From 129742949cc9554de110f370027e9ad7412c603a Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Fri, 12 Jan 2024 18:19:29 -0800 Subject: [PATCH] updated matrix-synapse --- modules/synapse.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/synapse.nix b/modules/synapse.nix index 109708e..184cba9 100644 --- a/modules/synapse.nix +++ b/modules/synapse.nix @@ -14,7 +14,7 @@ in services.matrix-synapse = { enable = true; settings = { - include_content = false; + push.include_content = false; group_unread_count_by_room = false; encryption_enabled_by_default_for_room_type = "invite"; allow_profile_lookup_over_federation = false;