|
|
@@ -14,7 +14,7 @@ |
|
|
"roomDirectory": { |
|
|
"roomDirectory": { |
|
|
"servers": {{ matrix_riot_web_roomdir_servers|to_json }} |
|
|
"servers": {{ matrix_riot_web_roomdir_servers|to_json }} |
|
|
}, |
|
|
}, |
|
|
"welcomeUserId": {{ matrix_riot_web_welcome_user_id|string|to_json }}, |
|
|
|
|
|
|
|
|
"welcomeUserId": {{ matrix_riot_web_welcome_user_id|to_json }}, |
|
|
{% if matrix_riot_web_enable_presence_by_hs_url is not none %} |
|
|
{% if matrix_riot_web_enable_presence_by_hs_url is not none %} |
|
|
"enable_presence_by_hs_url": {{ matrix_riot_web_enable_presence_by_hs_url|to_json }}, |
|
|
"enable_presence_by_hs_url": {{ matrix_riot_web_enable_presence_by_hs_url|to_json }}, |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
|