fix(matrix): fix matrix-appservices bridge encryption
This commit is contained in:
parent
bd33acd4a5
commit
b7c472da2d
|
@ -9,6 +9,9 @@ let
|
|||
bridge_encryption = {
|
||||
allow = true;
|
||||
default = true;
|
||||
require = true;
|
||||
appservice = true;
|
||||
allow_key_sharing = true;
|
||||
key_sharing.allow = true;
|
||||
delete_keys.delete_outdated_inbound = false;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue