Add support for controlling Synapse's autocreate_auto_join_rooms
This commit is contained in:
@ -488,7 +488,7 @@ auto_join_rooms:
|
||||
# homeserver registers.
|
||||
# Setting to false means that if the rooms are not manually created,
|
||||
# users cannot be auto-joined since they do not exist.
|
||||
autocreate_auto_join_rooms: true
|
||||
autocreate_auto_join_rooms: {{ matrix_synapse_autocreate_auto_join_rooms }}
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user