|
|
@@ -376,6 +376,9 @@ encryption: |
|
|
# Only relevant when using end-to-bridge encryption, required when using encryption with next-gen auth (MSC3861). |
|
|
# 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. |
|
|
# Changing this option requires updating the appservice registration file. |
|
|
msc4190: {{ matrix_steam_bridge_msc4190_enabled | to_json }} |
|
|
msc4190: {{ matrix_steam_bridge_msc4190_enabled | to_json }} |
|
|
|
|
|
# Whether to enable self-signing for bridges (Only the bridge bot uses this for now) |
|
|
|
|
|
# Requires msc4190 to replace keys on reset |
|
|
|
|
|
self_sign: {{ matrix_steam_bridge_self_sign_enabled | to_json }} |
|
|
# Enable key sharing? If enabled, key requests for rooms where users are in will be fulfilled. |
|
|
# 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. |
|
|
# You must use a client that supports requesting keys from other users to use this feature. |
|
|
allow_key_sharing: {{ matrix_steam_bridge_bridge_encryption_key_sharing_allow | to_json }} |
|
|
allow_key_sharing: {{ matrix_steam_bridge_bridge_encryption_key_sharing_allow | to_json }} |
|
|
|