Add support for controlling Synapse's autocreate_auto_join_rooms

This commit is contained in:
Slavi Pantaleev
2018-11-23 11:16:40 +02:00
parent de91293d0d
commit 5b70ec67a4
2 changed files with 5 additions and 1 deletions

View File

@ -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 }}