Przeglądaj źródła

Simplify if conditions

pull/452/head
Slavi Pantaleev 6 lat temu
committed by GitHub
rodzic
commit
69338d045a
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      roles/matrix-riot-web/templates/config.json.j2

+ 1
- 1
roles/matrix-riot-web/templates/config.json.j2 Wyświetl plik

@@ -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 and matrix_riot_web_jitsi_preferredDomain != '' %}
{% if matrix_riot_web_jitsi_preferredDomain %}
"jitsi": {
"preferredDomain": {{ matrix_riot_web_jitsi_preferredDomain|to_json }}
},


Ładowanie…
Anuluj
Zapisz