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:
parent
2830013e5e
commit
39800a7bc0
1 changed files with 1 additions and 1 deletions
|
@ -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: []
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue