use /sync for encryption data

This commit is contained in:
Sebastian Hugentobler 2023-04-06 13:20:20 +02:00
parent e5d98665b1
commit 72e71c44d7
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: true appservice: false
# 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.