Explorar el Código

Add m.tile_server section to /.well-known/matrix/client

pull/2276/head
Edgars Voroboks hace 3 años
padre
commit
8a70451e94
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. +5
    -0
      roles/custom/matrix-base/templates/static-files/well-known/matrix-client.j2

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

@@ -25,6 +25,11 @@
"im.vector.riot.jitsi": { "im.vector.riot.jitsi": {
"preferredDomain": {{ matrix_client_element_jitsi_preferredDomain|to_json }} "preferredDomain": {{ matrix_client_element_jitsi_preferredDomain|to_json }}
} }
{% endif %}
{% if matrix_client_element_location_sharing_enabled %},
"m.tile_server": {
"map_style_url": "https://{{ matrix_server_fqn_element }}/map_style.json"
}
{% endif %} {% endif %}
, ,
"io.element.e2ee": { "io.element.e2ee": {


Cargando…
Cancelar
Guardar