fix(matrix): fix matrix-appservices bridge encryption

This commit is contained in:
Felix Schröter 2023-11-19 16:52:22 +01:00
parent bd33acd4a5
commit b7c472da2d
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -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;
};