From b7c472da2d4c0f9fab88cede1419d5335bd7e43a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Schr=C3=B6ter?= Date: Sun, 19 Nov 2023 16:52:22 +0100 Subject: [PATCH] fix(matrix): fix matrix-appservices bridge encryption --- services/matrix/appservices.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/services/matrix/appservices.nix b/services/matrix/appservices.nix index 310107f..8398b8a 100644 --- a/services/matrix/appservices.nix +++ b/services/matrix/appservices.nix @@ -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; };