Explorar el Código

Rename Element configuration key (preferredDomain -> preferred_domain)

Related to: https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2375#issuecomment-1655758296
pull/2805/head
Slavi Pantaleev hace 2 años
padre
commit
0a6b934a44
Se han modificado 2 ficheros con 3 adiciones y 3 borrados
  1. +2
    -2
      roles/custom/matrix-base/templates/static-files/well-known/matrix-client.j2
  2. +1
    -1
      roles/custom/matrix-client-element/templates/config.json.j2

+ 2
- 2
roles/custom/matrix-base/templates/static-files/well-known/matrix-client.j2 Ver fichero

@@ -20,10 +20,10 @@
{% endif %}
{% if matrix_client_element_jitsi_preferredDomain %},
"io.element.jitsi": {
"preferredDomain": {{ matrix_client_element_jitsi_preferredDomain|to_json }}
"preferred_domain": {{ matrix_client_element_jitsi_preferredDomain|to_json }}
},
"im.vector.riot.jitsi": {
"preferredDomain": {{ matrix_client_element_jitsi_preferredDomain|to_json }}
"preferred_domain": {{ matrix_client_element_jitsi_preferredDomain|to_json }}
}
{% endif %}
{% if matrix_sliding_sync_enabled %},


+ 1
- 1
roles/custom/matrix-client-element/templates/config.json.j2 Ver fichero

@@ -35,7 +35,7 @@
},
{% if matrix_client_element_jitsi_preferredDomain %}
"jitsi": {
"preferredDomain": {{ matrix_client_element_jitsi_preferredDomain | to_json }}
"preferred_domain": {{ matrix_client_element_jitsi_preferredDomain | to_json }}
},
{% endif %}
{% if matrix_client_element_location_sharing_enabled %}


Cargando…
Cancelar
Guardar