Apply to_json to msc4190 in mautrix configs

This commit is contained in:
onestacked
2025-04-16 21:44:50 +02:00
parent 6fdc712e4b
commit de1a18e197
8 changed files with 8 additions and 8 deletions

View File

@@ -213,7 +213,7 @@ appservice:
# 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).
# Changing this option requires updating the appservice registration file.
msc4190: {{ matrix_mautrix_twitter_msc4190_enabled }}
msc4190: {{ matrix_mautrix_twitter_msc4190_enabled | to_json }}
# Authentication tokens for AS <-> HS communication. Autogenerated; do not modify.
as_token: {{ matrix_mautrix_twitter_appservice_token | to_json }}