forked from MirrorHub/synapse
config: Add detail to auto_join_rooms comment (#9291)
config: Add detail to auto_join_rooms comment Signed-off-by: Gary Dykstra <gary@dykstranet.com>
This commit is contained in:
parent
e1943d1353
commit
e4cdecb310
3 changed files with 5 additions and 0 deletions
1
changelog.d/9291.doc
Normal file
1
changelog.d/9291.doc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Add note to `auto_join_rooms` config option explaining existing rooms must be publicly joinable.
|
|
@ -1328,6 +1328,8 @@ account_threepid_delegates:
|
||||||
# By default, any room aliases included in this list will be created
|
# By default, any room aliases included in this list will be created
|
||||||
# as a publicly joinable room when the first user registers for the
|
# as a publicly joinable room when the first user registers for the
|
||||||
# homeserver. This behaviour can be customised with the settings below.
|
# homeserver. This behaviour can be customised with the settings below.
|
||||||
|
# If the room already exists, make certain it is a publicly joinable
|
||||||
|
# room. The join rule of the room must be set to 'public'.
|
||||||
#
|
#
|
||||||
#auto_join_rooms:
|
#auto_join_rooms:
|
||||||
# - "#example:example.com"
|
# - "#example:example.com"
|
||||||
|
|
|
@ -378,6 +378,8 @@ class RegistrationConfig(Config):
|
||||||
# By default, any room aliases included in this list will be created
|
# By default, any room aliases included in this list will be created
|
||||||
# as a publicly joinable room when the first user registers for the
|
# as a publicly joinable room when the first user registers for the
|
||||||
# homeserver. This behaviour can be customised with the settings below.
|
# homeserver. This behaviour can be customised with the settings below.
|
||||||
|
# If the room already exists, make certain it is a publicly joinable
|
||||||
|
# room. The join rule of the room must be set to 'public'.
|
||||||
#
|
#
|
||||||
#auto_join_rooms:
|
#auto_join_rooms:
|
||||||
# - "#example:example.com"
|
# - "#example:example.com"
|
||||||
|
|
Loading…
Reference in a new issue