mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Add missing quote on room name for auto join
This commit is contained in:
parent
1125112522
commit
3b6c230796
1 changed files with 1 additions and 1 deletions
|
@ -1419,7 +1419,7 @@ account_threepid_delegates:
|
|||
{%- if auto_join_rooms %}
|
||||
auto_join_rooms:
|
||||
{%- for room in auto_join_rooms.split(',') %}
|
||||
- {{ room }}
|
||||
- '{{ room }}'
|
||||
{%- endfor %}
|
||||
{%- endif %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue