try to fix key sharing

This commit is contained in:
Sebastian Hugentobler 2023-03-30 11:18:14 +02:00
parent f43ad0e064
commit 801556f9d3
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -340,7 +340,7 @@ bridge:
# This will cause the bridge bot to be in private chats for the encryption to work properly. # This will cause the bridge bot to be in private chats for the encryption to work properly.
default: true default: true
# Whether to use MSC2409/MSC3202 instead of /sync long polling for receiving encryption-related data. # Whether to use MSC2409/MSC3202 instead of /sync long polling for receiving encryption-related data.
appservice: false appservice: true
# Require encryption, drop any unencrypted messages. # Require encryption, drop any unencrypted messages.
require: false require: false
# 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.