3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-10-18 14:13:24 +00:00

Fix Twitter displaynames

This commit is contained in:
Benjamin Blacher
2025-10-17 21:32:39 +02:00
committed by Slavi Pantaleev
parent 31f1d40a9f
commit 544d25e8c3
2 changed files with 1 additions and 5 deletions

View File

@@ -50,7 +50,7 @@ matrix_mautrix_twitter_appservice_public_address: ''
# Displayname template for Twitter users.
# {{ .DisplayName }} is replaced with the display name of the Twitter user.
# {{ .Username }} is replaced with the username of the Twitter user.
matrix_mautrix_twitter_network_displayname_template: "{% raw %}{{ .DisplayName }}{% endraw %} (Twitter)"
matrix_mautrix_twitter_network_displayname_template: "{% raw %}{{ .DisplayName }} (Twitter){% endraw %}"
matrix_mautrix_twitter_bridge_command_prefix: "!tw"

View File

@@ -7,10 +7,6 @@ network:
get_proxy_url: null
# Displayname template for Twitter users.
# {% raw %}
# {{ .DisplayName }} is replaced with the display name of the Twitter user.
# {{ .Username }} is replaced with the username of the Twitter user.
# {% endraw %}
displayname_template: {{ matrix_mautrix_twitter_network_displayname_template | to_json }}
# Maximum number of conversations to sync on startup