allow key sharing

This commit is contained in:
Sebastian Hugentobler 2022-11-24 08:39:10 +01:00
parent 00f1128297
commit 77b274973e
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -265,12 +265,12 @@ 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.
# 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: false allow_key_sharing: true
# What level of device verification should be required from users? # What level of device verification should be required from users?
# #
# Valid levels: # Valid levels: