e2ee_backup: rename variables to be consistent with naming scheme

This commit is contained in:
Tobias Küchel
2020-10-16 09:24:50 +02:00
parent 5158fa4df9
commit 1cf5b1d80f
2 changed files with 4 additions and 4 deletions

View File

@ -29,8 +29,8 @@
,
"io.element.e2ee": {
"default": {{ matrix_client_element_e2ee_default|to_json }},
"secure_backup_required": {{ matrix_client_element_e2ee_backup_required|to_json }},
"secure_backup_setup_methods": {{ matrix_client_element_e2ee_backup_methods|to_json }}
"secure_backup_required": {{ matrix_client_element_e2ee_secure_backup_required|to_json }},
"secure_backup_setup_methods": {{ matrix_client_element_e2ee_secure_backup_setup_methods|to_json }}
},
"im.vector.riot.e2ee": {
"default": {{ matrix_client_element_e2ee_default|to_json }}