From e4cdecb3107727d17c34b253d65cd56e2acd526b Mon Sep 17 00:00:00 2001 From: dykstranet Date: Wed, 3 Feb 2021 23:21:30 +0800 Subject: config: Add detail to auto_join_rooms comment (#9291) config: Add detail to auto_join_rooms comment Signed-off-by: Gary Dykstra --- synapse/config/registration.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'synapse/config') diff --git a/synapse/config/registration.py b/synapse/config/registration.py index ac48913a0b..afb3e0b2a1 100644 --- a/synapse/config/registration.py +++ b/synapse/config/registration.py @@ -378,6 +378,8 @@ class RegistrationConfig(Config): # 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. The join rule of the room must be set to 'public'. # #auto_join_rooms: # - "#example:example.com" -- cgit 1.5.1