Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 35a481f

Browse files
committed
config: Add detail to auto_join_rooms comment
Signed-off-by: Gary Dykstra <[email protected]>
1 parent 846b9d3 commit 35a481f

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

changelog.d/9291.doc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add configuration detail to auto_join_rooms comment.

docs/sample_config.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -1320,6 +1320,9 @@ account_threepid_delegates:
13201320
# By default, any room aliases included in this list will be created
13211321
# as a publicly joinable room when the first user registers for the
13221322
# homeserver. This behaviour can be customised with the settings below.
1323+
# If the room already exists, make certain it is a publicly joinable
1324+
# room, i.e. 'Security & Privacy' settings for the room allow 'Anyone
1325+
# who knows the room's link, including guests' to access the room.
13231326
#
13241327
#auto_join_rooms:
13251328
# - "#example:example.com"

synapse/config/registration.py

+3
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,9 @@ def generate_config_section(self, generate_secrets=False, **kwargs):
378378
# By default, any room aliases included in this list will be created
379379
# as a publicly joinable room when the first user registers for the
380380
# homeserver. This behaviour can be customised with the settings below.
381+
# If the room already exists, make certain it is a publicly joinable
382+
# room, i.e. 'Security & Privacy' settings for the room allow 'Anyone
383+
# who knows the room's link, including guests' to access the room.
381384
#
382385
#auto_join_rooms:
383386
# - "#example:example.com"

0 commit comments

Comments
 (0)