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