Ver a proveniência

Simplify if conditions

pull/452/head
Slavi Pantaleev há 6 anos
committed by GitHub
ascendente
cometimento
69338d045a
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      roles/matrix-riot-web/templates/config.json.j2

+ 1
- 1
roles/matrix-riot-web/templates/config.json.j2 Ver ficheiro

@@ -30,7 +30,7 @@
"embeddedPages": { "embeddedPages": {
"homeUrl": {{ matrix_riot_web_embedded_pages_home_url|string|to_json }} "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": { "jitsi": {
"preferredDomain": {{ matrix_riot_web_jitsi_preferredDomain|to_json }} "preferredDomain": {{ matrix_riot_web_jitsi_preferredDomain|to_json }}
}, },


Carregando…
Cancelar
Guardar