File tree 1 file changed +8
-7
lines changed
1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -4325,28 +4325,29 @@ room list by default_
4325
4325
Example configuration :
4326
4326
4327
4327
` ` ` yaml
4328
- # No rule list specified. Anyone may publish any room to the public list.
4328
+ # No rule list specified. No one may publish any room to the public list, except server admins .
4329
4329
# This is the default behaviour.
4330
4330
room_list_publication_rules:
4331
4331
` ` `
4332
4332
4333
4333
` ` ` yaml
4334
- # A list of one rule which allows everything.
4334
+ # A list of one rule which denies everything.
4335
4335
# This has the same effect as the previous example.
4336
4336
room_list_publication_rules:
4337
- - "action": "allow "
4337
+ - "action": "deny "
4338
4338
` ` `
4339
4339
4340
4340
` ` ` yaml
4341
- # An empty list of rules. No-one may publish to the room list.
4341
+ # An empty list of rules.
4342
+ # This has the same effect as the previous example.
4342
4343
room_list_publication_rules: []
4343
4344
` ` `
4344
4345
4345
4346
` ` ` yaml
4346
- # A list of one rule which denies everything.
4347
- # This has the same effect as the previous example .
4347
+ # A list of one rule which allows everything.
4348
+ # This was the default behaviour pre v1.126.0 .
4348
4349
room_list_publication_rules:
4349
- - "action": "deny "
4350
+ - "action": "allow "
4350
4351
` ` `
4351
4352
4352
4353
` ` ` yaml
You can’t perform that action at this time.
0 commit comments