fix(matrix): properly fix matrix-appservices bridge encryption
This commit is contained in:
parent
cff0005f84
commit
edb6caedef
|
@ -9,8 +9,9 @@ let
|
||||||
bridge_encryption = {
|
bridge_encryption = {
|
||||||
allow = true;
|
allow = true;
|
||||||
default = true;
|
default = true;
|
||||||
# require = true; # TODO encryption doesn't work yet
|
# TODO encryption doesn't work yet
|
||||||
appservice = true;
|
# require = true;
|
||||||
|
# appservice = true;
|
||||||
allow_key_sharing = true;
|
allow_key_sharing = true;
|
||||||
delete_keys.delete_outdated_inbound = false;
|
delete_keys.delete_outdated_inbound = false;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue