Sfoglia il codice sorgente
Merge pull request #452 from jgoerzen/patch-1
Fix to avoid putting an incorrect empty jitsi.preferredDomain when no…
pull/455/head
Slavi Pantaleev
6 anni fa
committed by
GitHub
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con
1 aggiunte e
1 eliminazioni
-
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 %} |
|
|
|
"jitsi": { |
|
|
|
"preferredDomain": {{ matrix_riot_web_jitsi_preferredDomain|to_json }} |
|
|
|
}, |
|
|
|
|