1
0
Fork 0
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:
Josué Tille 2024-04-15 23:30:18 +02:00
parent 1125112522
commit 3b6c230796
No known key found for this signature in database
GPG key ID: 5F259226AD51F2F5

View file

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