Procházet zdrojové kódy
Merge pull request #452 from jgoerzen/patch-1
Fix to avoid putting an incorrect empty jitsi.preferredDomain when no…
pull/455/head
Slavi Pantaleev
před 6 roky
committed by
GitHub
V databázi nebyl nalezen žádný známý klíč pro tento podpis
ID GPG klíče: 4AEE18F83AFDEB23
1 změnil soubory, kde provedl
1 přidání a
1 odebrání
-
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 }} |
|
|
|
}, |
|
|
|
|