element-web camelCase renaming (roomDirectory -> room_directory)

This commit is contained in:
Slavi Pantaleev
2023-08-10 15:49:48 +03:00
parent c800af1bb6
commit bb90a59bbb
3 changed files with 4 additions and 3 deletions

View File

@ -23,8 +23,8 @@
"integrations_jitsi_widget_url": {{ matrix_client_element_integrations_jitsi_widget_url | string | to_json }},
"bug_report_endpoint_url": {{ matrix_client_element_bug_report_endpoint_url | to_json }},
"show_labs_settings": {{ matrix_client_element_show_lab_settings | to_json }},
"roomDirectory": {
"servers": {{ matrix_client_element_roomdir_servers | to_json }}
"room_directory": {
"servers": {{ matrix_client_element_room_directory_servers | to_json }}
},
"welcomeUserId": {{ matrix_client_element_welcome_user_id | to_json }},
{% if matrix_client_element_enable_presence_by_hs_url is not none %}