소스 검색
Fix to avoid putting an incorrect empty jitsi.preferredDomain when no local jitsi
pull/452/head
John Goerzen
6 년 전
committed by
GitHub
No known key found for this signature in database
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 }} |
|
|
|
}, |
|
|
|
|