1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-03-31 03:45:13 +00:00

Move the default behaviour comment for room_list_publication_rules

This is followup to b2a187f49b
This commit is contained in:
Jörg Behrmann 2025-03-27 16:04:16 +01:00
parent 2830013e5e
commit 39800a7bc0

View file

@ -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: []
```