File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,11 @@ matrix_mautrix_twitter_msc4190_enabled: "{{ matrix_bridges_msc4190_enabled }}"
44
44
# A public address that external services can use to reach this appservice.
45
45
matrix_mautrix_twitter_appservice_public_address : ''
46
46
47
+ # Displayname template for Twitter users.
48
+ # {{ .DisplayName }} is replaced with the display name of the Twitter user.
49
+ # {{ .Username }} is replaced with the username of the Twitter user.
50
+ matrix_mautrix_twitter_network_displayname_template : "{% raw %}{{ .DisplayName }}{% endraw %} (Twitter)"
51
+
47
52
matrix_mautrix_twitter_bridge_command_prefix : "!tw"
48
53
49
54
matrix_mautrix_twitter_bridge_permissions : |
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ network:
11
11
# {{ .DisplayName }} is replaced with the display name of the Twitter user.
12
12
# {{ .Username }} is replaced with the username of the Twitter user.
13
13
# {% endraw %}
14
- displayname_template: " {% raw %} {{ .DisplayName }} {% endraw %} (Twitter)"
14
+ displayname_template: {{ matrix_mautrix_twitter_network_displayname_template | to_json }}
15
15
16
16
# Maximum number of conversations to sync on startup
17
17
conversation_sync_limit: 20
You can’t perform that action at this time.
0 commit comments