File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
roles/custom/matrix-bridge-mautrix-telegram Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,8 @@ matrix_mautrix_telegram_appservice_public_external: '{{ matrix_mautrix_telegram_
84
84
85
85
matrix_mautrix_telegram_appservice_bot_username : telegrambot
86
86
87
+ matrix_mautrix_telegram_msc4190_enabled : "{{ matrix_bridges_msc4190_enabled }}"
88
+
87
89
# Specifies the default log level for all bridge loggers.
88
90
matrix_mautrix_telegram_logging_level : WARNING
89
91
@@ -239,6 +241,7 @@ matrix_mautrix_telegram_registration_yaml: |
239
241
url: {{ matrix_mautrix_telegram_appservice_address }}
240
242
rate_limited: false
241
243
de.sorunome.msc2409.push_ephemeral: true
244
+ io.element.msc4190: {{ matrix_mautrix_telegram_msc4190_enabled | to_json }}
242
245
243
246
matrix_mautrix_telegram_registration : "{{ matrix_mautrix_telegram_registration_yaml | from_yaml }}"
244
247
Original file line number Diff line number Diff line change @@ -269,6 +269,11 @@ bridge:
269
269
default: {{ matrix_mautrix_telegram_bridge_encryption_default|to_json }}
270
270
# Whether to use MSC2409/MSC3202 instead of /sync long polling for receiving encryption-related data.
271
271
appservice: false
272
+ # Whether to use MSC4190 instead of appservice login to create the bridge bot device.
273
+ # Requires the homeserver to support MSC4190 and the device masquerading parts of MSC3202.
274
+ # Only relevant when using end-to-bridge encryption, required when using encryption with next-gen auth (MSC3861).
275
+ # Changing this option requires updating the appservice registration file.
276
+ msc4190: {{ matrix_mautrix_telegram_msc4190_enabled | to_json }}
272
277
# Require encryption, drop any unencrypted messages.
273
278
require: false
274
279
# 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