Преглед изворни кода

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 година
committed by GitHub
родитељ
комит
11968126d0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      roles/matrix-riot-web/templates/config.json.j2

+ 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 %}
"jitsi": {
"preferredDomain": {{ matrix_riot_web_jitsi_preferredDomain|to_json }}
},


Loading…
Откажи
Сачувај