File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
roles/custom/matrix-bridge-mautrix-discord Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,8 @@ matrix_mautrix_discord_homeserver_address: ""
39
39
matrix_mautrix_discord_homeserver_domain : "{{ matrix_domain }}"
40
40
matrix_mautrix_discord_appservice_address : "http://matrix-mautrix-discord:8080"
41
41
42
+ matrix_mautrix_discord_msc4190_enabled : "{{ matrix_bridges_msc4190_enabled }}"
43
+
42
44
matrix_mautrix_discord_bridge_command_prefix : "!discord"
43
45
44
46
# Publicly accessible base URL that Discord can use to reach the bridge, used for avatars in relay mode.
@@ -224,6 +226,7 @@ matrix_mautrix_discord_registration_yaml: |
224
226
- exclusive: true
225
227
regex: '^@{{ matrix_mautrix_discord_appservice_bot_username | regex_escape }}:{{ matrix_mautrix_discord_homeserver_domain | regex_escape }}$'
226
228
de.sorunome.msc2409.push_ephemeral: true
229
+ io.element.msc4190: {{ matrix_mautrix_discord_msc4190_enabled | to_json }}
227
230
228
231
matrix_mautrix_discord_registration : "{{ matrix_mautrix_discord_registration_yaml | from_yaml }}"
229
232
Original file line number Diff line number Diff line change @@ -266,6 +266,11 @@ bridge:
266
266
default: {{ matrix_mautrix_discord_bridge_encryption_default | to_json }}
267
267
# Whether to use MSC2409/MSC3202 instead of /sync long polling for receiving encryption-related data.
268
268
appservice: {{ matrix_mautrix_discord_bridge_encryption_appservice | to_json}}
269
+ # Whether to use MSC4190 instead of appservice login to create the bridge bot device.
270
+ # Requires the homeserver to support MSC4190 and the device masquerading parts of MSC3202.
271
+ # Only relevant when using end-to-bridge encryption, required when using encryption with next-gen auth (MSC3861).
272
+ # Changing this option requires updating the appservice registration file.
273
+ msc4190: {{ matrix_mautrix_discord_msc4190_enabled | to_json }}
269
274
# Require encryption, drop any unencrypted messages.
270
275
require: {{ matrix_mautrix_discord_bridge_encryption_require | to_json }}
271
276
# Enable key sharing? If enabled, key requests for rooms where users are in will be fulfilled.
You can’t perform that action at this time.
0 commit comments