Explorar el Código

fix: missing endif in client well-known

pull/2470/head
td hace 3 años
padre
commit
af10d350bc
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. +3
    -1
      roles/custom/matrix-base/templates/static-files/well-known/matrix-client.j2

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

@@ -36,9 +36,11 @@
"default": {{ matrix_well_known_matrix_client_io_element_e2ee_default|to_json }},
"secure_backup_required": {{ matrix_well_known_matrix_client_io_element_e2ee_secure_backup_required|to_json }},
"secure_backup_setup_methods": {{ matrix_well_known_matrix_client_io_element_e2ee_secure_backup_setup_methods|to_json }}
},
}
{% endif %}
{% if matrix_well_known_matrix_client_io_element_e2ee_entries_enabled %},
"im.vector.riot.e2ee": {
"default": {{ matrix_well_known_matrix_client_io_element_e2ee_default|to_json }}
}
{% endif %}
}

Cargando…
Cancelar
Guardar