From e79527b8a770175f31193871ed63af4eb24f4b5f Mon Sep 17 00:00:00 2001 From: saibotk Date: Wed, 20 Oct 2021 17:27:43 +0200 Subject: [PATCH] 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. --- roles/matrix_elementweb/templates/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/matrix_elementweb/templates/config.json b/roles/matrix_elementweb/templates/config.json index 0819300..6309b4d 100644 --- a/roles/matrix_elementweb/templates/config.json +++ b/roles/matrix_elementweb/templates/config.json @@ -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 %}