From 53745d4cdf050f0c015b5e54726a5c8c89b45ab9 Mon Sep 17 00:00:00 2001 From: Tobias Manske Date: Tue, 10 Jan 2023 14:04:26 +0100 Subject: [PATCH] Update Slack bridge config --- .../compose_project/templates/matrix/mautrix-slack/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreos-config/roles/compose_project/templates/matrix/mautrix-slack/config.yaml b/coreos-config/roles/compose_project/templates/matrix/mautrix-slack/config.yaml index ed775de..6a9f3a8 100644 --- a/coreos-config/roles/compose_project/templates/matrix/mautrix-slack/config.yaml +++ b/coreos-config/roles/compose_project/templates/matrix/mautrix-slack/config.yaml @@ -69,7 +69,7 @@ bridge: username_template: slack_{{.}} # Displayname template for Slack users. # TODO: document variables - displayname_template: '{{.RealName}} (Slack)' + displayname_template: '{{.DisplayName}} (Slack)' bot_displayname_template: '{{.Name}} (bot)' channel_name_template: '#{{.Name}}' {% endraw %}