瀏覽代碼
Fix to avoid putting an incorrect empty jitsi.preferredDomain when no local jitsi
pull/452/head
John Goerzen
6 年之前
committed by
GitHub
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: 4AEE18F83AFDEB23
共有
1 個檔案被更改,包括
1 行新增 和
1 行删除
-
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 }} |
|
|
|
}, |
|
|
|
|