Parcourir la source
Fix to avoid putting an incorrect empty jitsi.preferredDomain when no local jitsi
pull/452/head
John Goerzen
il y a 6 ans
committed by
GitHub
Parent
révision
ddc44996e3
Aucune clé connue n'a été trouvée dans la base pour cette signature
ID de la clé GPG: 4AEE18F83AFDEB23
1 fichiers modifiés avec
1 ajouts et
1 suppressions
-
roles/matrix-riot-web/templates/config.json.j2
|
|
|
@@ -30,7 +30,7 @@ |
|
|
|
"embeddedPages": { |
|
|
|
"homeUrl": {{ matrix_riot_web_embedded_pages_home_url|string|to_json }} |
|
|
|
}, |
|
|
|
{% if matrix_riot_web_jitsi_preferredDomain is not none %} |
|
|
|
{% if matrix_riot_web_jitsi_preferredDomain is not none and matrix_riot_web_jitsi_preferredDomain != '' %} |
|
|
|
"jitsi": { |
|
|
|
"preferredDomain": {{ matrix_riot_web_jitsi_preferredDomain|to_json }} |
|
|
|
}, |
|
|
|
|