From a889076d1fddabfaec7d3c7ea9605eb0c19ae606 Mon Sep 17 00:00:00 2001 From: FarisZR <35614734+FarisZR@users.noreply.github.com> Date: Thu, 24 Oct 2024 14:35:07 +0200 Subject: [PATCH] remove discord # from usernames --- matrix/mautrix-discord/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix/mautrix-discord/config.yaml b/matrix/mautrix-discord/config.yaml index a932269..59c0bb6 100644 --- a/matrix/mautrix-discord/config.yaml +++ b/matrix/mautrix-discord/config.yaml @@ -84,7 +84,7 @@ bridge: # .Discriminator - The 4 numbers after the name on Discord # .Bot - Whether the user is a bot # .System - Whether the user is an official system user - displayname_template: '{{.Username}}#{{.Discriminator}}{{if .Bot}} (bot){{end}} (Discord)' + displayname_template: '{{.Username}}{{if .Bot}} (bot){{end}} (Discord)' # Displayname template for Discord channels (bridged as rooms, or spaces when type=4). # Available variables: # .Name - Channel name, or user displayname (pre-formatted with displayname_template) in DMs.