1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-04-08 16:43:59 +00:00
This commit is contained in:
Jörg Behrmann 2025-03-27 23:16:42 +01:00 committed by GitHub
commit ea95e7afa3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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