Explorar el Código

Update MSC1929 integration

pull/2956/head
Aine hace 2 años
committed by GitHub
padre
commit
1eb78c97c0
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/custom/matrix-base/templates/static-files/well-known/matrix-support.j2

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

@@ -1,6 +1,6 @@
#jinja2: lstrip_blocks: "True" #jinja2: lstrip_blocks: "True"
{ {
"admins": {{ matrix_homeserver_admin_contacts|to_json }}
"contacts": {{ matrix_homeserver_admin_contacts|to_json }}
{% if matrix_homeserver_support_url %}, {% if matrix_homeserver_support_url %},
"support_page": {{ matrix_homeserver_support_url|to_json }} "support_page": {{ matrix_homeserver_support_url|to_json }}
{% endif %} {% endif %}


Cargando…
Cancelar
Guardar