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

@@ -375,7 +375,7 @@ encryption:
# 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_slack_msc4190_enabled }}
msc4190: {{ matrix_mautrix_slack_msc4190_enabled | to_json }}
# Enable key sharing? If enabled, key requests for rooms where users are in will be fulfilled.
# You must use a client that supports requesting keys from other users to use this feature.
allow_key_sharing: {{ matrix_mautrix_slack_bridge_encryption_key_sharing_allow | to_json }}