From 35afcd9682823fd6823804b081a9938321d8811f Mon Sep 17 00:00:00 2001 From: Akshay Mankar Date: Sun, 19 Nov 2023 15:07:44 +0100 Subject: [PATCH] matrix: Make public rooms discoverable over federation --- hosts/nachtigall/apps/matrix/synapse.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/nachtigall/apps/matrix/synapse.nix b/hosts/nachtigall/apps/matrix/synapse.nix index aab4836..749f001 100644 --- a/hosts/nachtigall/apps/matrix/synapse.nix +++ b/hosts/nachtigall/apps/matrix/synapse.nix @@ -40,7 +40,7 @@ in { user_id = "*"; }]; allow_guest_access = false; - allow_public_rooms_over_federation = false; + allow_public_rooms_over_federation = true; allow_public_rooms_without_auth = false; auto_join_rooms = [ "#community:${serverDomain}"