From 653a0603d5ba5b49fd2acae52924c60cff93a65e Mon Sep 17 00:00:00 2001 From: Carl Bordum Hansen Date: Wed, 23 Sep 2020 20:47:31 +0200 Subject: [PATCH] Allow fetching data.coop's public rooms over federation --- roles/docker/files/configs/matrix/homeserver.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/docker/files/configs/matrix/homeserver.yaml b/roles/docker/files/configs/matrix/homeserver.yaml index b9c2abf..3a4eca4 100644 --- a/roles/docker/files/configs/matrix/homeserver.yaml +++ b/roles/docker/files/configs/matrix/homeserver.yaml @@ -54,6 +54,10 @@ soft_file_limit: 0 # Set to false to disable presence tracking on this homeserver. use_presence: true +# If set to 'false', forbids any other homeserver to fetch the server's public +# rooms directory via federation. +allow_public_rooms_over_federation: true + # The GC threshold parameters to pass to `gc.set_threshold`, if defined # #gc_thresholds: [700, 10, 10]