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

Commit

Permalink
config: Add detail to auto_join_rooms comment
Browse files Browse the repository at this point in the history
Signed-off-by: Gary Dykstra <gary@dykstranet.com>
  • Loading branch information
dykstranet committed Feb 2, 2021
1 parent 846b9d3 commit 35a481f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/9291.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add configuration detail to auto_join_rooms comment.
3 changes: 3 additions & 0 deletions docs/sample_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1320,6 +1320,9 @@ account_threepid_delegates:
# By default, any room aliases included in this list will be created
# as a publicly joinable room when the first user registers for the
# homeserver. This behaviour can be customised with the settings below.
# If the room already exists, make certain it is a publicly joinable
# room, i.e. 'Security & Privacy' settings for the room allow 'Anyone
# who knows the room's link, including guests' to access the room.
#
#auto_join_rooms:
# - "#example:example.com"
Expand Down
3 changes: 3 additions & 0 deletions synapse/config/registration.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,9 @@ def generate_config_section(self, generate_secrets=False, **kwargs):
# By default, any room aliases included in this list will be created
# as a publicly joinable room when the first user registers for the
# homeserver. This behaviour can be customised with the settings below.
# If the room already exists, make certain it is a publicly joinable
# room, i.e. 'Security & Privacy' settings for the room allow 'Anyone
# who knows the room's link, including guests' to access the room.
#
#auto_join_rooms:
# - "#example:example.com"
Expand Down

0 comments on commit 35a481f

Please sign in to comment.