feat(matrix): do not require encryption for appservices
Encryption doesn't seem to work yet, so I'm disabling the enforcement of it.
This commit is contained in:
parent
b7c472da2d
commit
cff0005f84
|
@ -9,10 +9,9 @@ let
|
||||||
bridge_encryption = {
|
bridge_encryption = {
|
||||||
allow = true;
|
allow = true;
|
||||||
default = true;
|
default = true;
|
||||||
require = true;
|
# require = true; # TODO encryption doesn't work yet
|
||||||
appservice = true;
|
appservice = true;
|
||||||
allow_key_sharing = true;
|
allow_key_sharing = true;
|
||||||
key_sharing.allow = true;
|
|
||||||
delete_keys.delete_outdated_inbound = false;
|
delete_keys.delete_outdated_inbound = false;
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
|
|
Loading…
Reference in a new issue