From 4ac6936b540ee8ebfa1944cdb10cc3b428e37514 Mon Sep 17 00:00:00 2001 From: Markus Hauschild Date: Mon, 29 Nov 2021 10:19:58 +0100 Subject: [PATCH] matrix: allow fetching public rooms via federation --- roles/matrix/templates/matrix-synapse/homeserver.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/matrix/templates/matrix-synapse/homeserver.yaml.j2 b/roles/matrix/templates/matrix-synapse/homeserver.yaml.j2 index 7a8fa4a..09d9e6d 100644 --- a/roles/matrix/templates/matrix-synapse/homeserver.yaml.j2 +++ b/roles/matrix/templates/matrix-synapse/homeserver.yaml.j2 @@ -113,7 +113,7 @@ presence: # If set to 'true', allows any other homeserver to fetch the server's public # rooms directory via federation. Defaults to 'false'. # -#allow_public_rooms_over_federation: true +allow_public_rooms_over_federation: true # The default room version for newly created rooms. #