From edb6caedefe5782c24076f0bbe6b6e790d718654 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Schr=C3=B6ter?= Date: Sun, 19 Nov 2023 17:47:35 +0100 Subject: [PATCH] fix(matrix): properly fix matrix-appservices bridge encryption --- services/matrix/appservices.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/services/matrix/appservices.nix b/services/matrix/appservices.nix index e1fad9b..a35186b 100644 --- a/services/matrix/appservices.nix +++ b/services/matrix/appservices.nix @@ -9,8 +9,9 @@ let bridge_encryption = { allow = true; default = true; - # require = true; # TODO encryption doesn't work yet - appservice = true; + # TODO encryption doesn't work yet + # require = true; + # appservice = true; allow_key_sharing = true; delete_keys.delete_outdated_inbound = false; };