Kaynağa Gözat

Merge pull request #2470 from Techno-Disaster/td/oops

fix: missing endif
pull/2472/head
Slavi Pantaleev 3 yıl önce
committed by GitHub
ebeveyn
işleme
f81aa4a927
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  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 Dosyayı Görüntüle

@@ -36,9 +36,11 @@
"default": {{ matrix_well_known_matrix_client_io_element_e2ee_default|to_json }}, "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_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 }} "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 %}, {% if matrix_well_known_matrix_client_io_element_e2ee_entries_enabled %},
"im.vector.riot.e2ee": { "im.vector.riot.e2ee": {
"default": {{ matrix_well_known_matrix_client_io_element_e2ee_default|to_json }} "default": {{ matrix_well_known_matrix_client_io_element_e2ee_default|to_json }}
} }
{% endif %}
} }

Yükleniyor…
İptal
Kaydet