Explorar el Código

Fix to avoid putting an incorrect empty jitsi.preferredDomain when no local jitsi

pull/452/head
John Goerzen hace 5 años
committed by GitHub
padre
commit
ddc44996e3
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      roles/matrix-riot-web/templates/config.json.j2

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

@@ -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 }}
},


Cargando…
Cancelar
Guardar