File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
roles/custom/matrix-bridge-mautrix-bluesky Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,11 @@ matrix_mautrix_bluesky_msc4190_enabled: "{{ matrix_bridges_msc4190_enabled }}"
36
36
# A public address that external services can use to reach this appservice.
37
37
matrix_mautrix_bluesky_appservice_public_address : ''
38
38
39
+ # Displayname template for Bluesky users.
40
+ # {{ .DisplayName }} is replaced with the display name of the Bluesky user.
41
+ # {{ .Username }} is replaced with the username of the Bluesky user.
42
+ matrix_mautrix_bluesky_network_displayname_template : "{% raw %}{{ .DisplayName }}{% endraw %} (Bluesky)"
43
+
39
44
matrix_mautrix_bluesky_bridge_command_prefix : "!bs"
40
45
41
46
matrix_mautrix_bluesky_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 Bluesky user.
12
12
# {{ .Username }} is replaced with the username of the Bluesky user.
13
13
# {% endraw %}
14
- displayname_template: " {% raw %} {{ .DisplayName }} {% endraw %} (Bluesky)"
14
+ displayname_template: {{ matrix_mautrix_bluesky_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