Add matrix_bridges_msc4190_enabled flag for using msc4190 on supported mautrix bridges.

This commit is contained in:
onestacked
2025-04-16 21:23:32 +02:00
parent c4da60c4e4
commit 6fdc712e4b
17 changed files with 64 additions and 5 deletions

View File

@@ -212,7 +212,8 @@ appservice:
# Whether to use MSC4190 instead of appservice login to create the bridge bot device.
# Requires the homeserver to support MSC4190 and the device masquerading parts of MSC3202.
# Only relevant when using end-to-bridge encryption, required when using encryption with next-gen auth (MSC3861).
msc4190: false
# Changing this option requires updating the appservice registration file.
msc4190: {{ matrix_mautrix_twitter_msc4190_enabled }}
# Authentication tokens for AS <-> HS communication. Autogenerated; do not modify.
as_token: {{ matrix_mautrix_twitter_appservice_token | to_json }}