try to fix key sharing
This commit is contained in:
parent
34405b1985
commit
e5d98665b1
@ -362,7 +362,7 @@ bridge:
|
|||||||
# Minimum level that the bridge should accept for incoming Matrix messages.
|
# Minimum level that the bridge should accept for incoming Matrix messages.
|
||||||
send: unverified
|
send: unverified
|
||||||
# Minimum level that the bridge should require for accepting key requests.
|
# Minimum level that the bridge should require for accepting key requests.
|
||||||
share: cross-untrusted
|
share: cross-signed-tofu
|
||||||
# Options for Megolm room key rotation. These options allow you to
|
# Options for Megolm room key rotation. These options allow you to
|
||||||
# configure the m.room.encryption event content. See:
|
# configure the m.room.encryption event content. See:
|
||||||
# https://spec.matrix.org/v1.3/client-server-api/#mroomencryption for
|
# https://spec.matrix.org/v1.3/client-server-api/#mroomencryption for
|
||||||
|
Loading…
Reference in New Issue
Block a user