mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-10-17 01:39:42 +02:00
Remove variables controlling removed Element options (secure_backup_required
& secure_backup_setup_methods
) from /.well-known/matrix/client
Ref: - https://github.com/element-hq/element-web/pull/30681 - https://github.com/element-hq/element-web/pull/30702
This commit is contained in:
@@ -44,8 +44,6 @@
|
||||
{% if matrix_static_files_file_matrix_client_property_io_element_e2ee_entries_enabled %},
|
||||
"io.element.e2ee": {
|
||||
"default": {{ matrix_static_files_file_matrix_client_property_io_element_e2ee_default|to_json }},
|
||||
"secure_backup_required": {{ matrix_static_files_file_matrix_client_property_io_element_e2ee_secure_backup_required|to_json }},
|
||||
"secure_backup_setup_methods": {{ matrix_static_files_file_matrix_client_property_io_element_e2ee_secure_backup_setup_methods|to_json }},
|
||||
"force_disable": {{ matrix_static_files_file_matrix_client_property_io_element_e2ee_force_disable|to_json }}
|
||||
}
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user