element-web camelCase renaming (roomDirectory -> room_directory)
This commit is contained in:
@ -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 %}
|
||||
|
Reference in New Issue
Block a user