matrix_elementweb: Fix Labs setting name in config
According to https://github.com/vector-im/element-web/blob/develop/docs/config.md this is not named enableLabs anymore.
This commit is contained in:
parent
b3e9eaf1ff
commit
e79527b8a7
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
"integrations_widgets_urls": {{ matrix_elementweb_integrations_widgets_urls | to_json }},
|
||||
"integrations_jitsi_widget_url": {{ matrix_elementweb_integrations_jitsi_widget_url | string | to_json }},
|
||||
"bug_report_endpoint_url": "https://element.io/bugreports/submit",
|
||||
"enableLabs": true,
|
||||
"showLabsSettings": true,
|
||||
{% if matrix_elementweb_enable_presence_by_hs_url %}
|
||||
"enable_presence_by_hs_url": {{ matrix_elementweb_enable_presence_by_hs_url | to_json }},
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Reference in a new issue