From 39800a7bc0c621e364d9ad145ad8548770e3a331 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Behrmann?= Date: Thu, 27 Mar 2025 16:04:16 +0100 Subject: [PATCH] Move the default behaviour comment for room_list_publication_rules This is followup to b2a187f49b390b9c5afa56cca03b629fe0f169c5 --- docs/usage/configuration/config_documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/configuration/config_documentation.md b/docs/usage/configuration/config_documentation.md index d2d282f2037..fc340930634 100644 --- a/docs/usage/configuration/config_documentation.md +++ b/docs/usage/configuration/config_documentation.md @@ -4326,7 +4326,6 @@ Example configuration: ```yaml # No rule list specified. Anyone may publish any room to the public list. -# This is the default behaviour. room_list_publication_rules: ``` @@ -4339,6 +4338,7 @@ room_list_publication_rules: ```yaml # An empty list of rules. No-one may publish to the room list. +# This is the default behaviour. room_list_publication_rules: [] ```