From cbe24e253174370ba729bf53130e1fd44dee7a03 Mon Sep 17 00:00:00 2001 From: Germain Date: Thu, 31 Aug 2023 22:29:53 +0100 Subject: [PATCH] Enable new room UI by default on develop --- element.io/develop/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/element.io/develop/config.json b/element.io/develop/config.json index 6d3e27d572..7aecb64dd7 100644 --- a/element.io/develop/config.json +++ b/element.io/develop/config.json @@ -48,7 +48,8 @@ }, "privacy_policy_url": "https://element.io/cookie-policy", "features": { - "feature_video_rooms": true + "feature_video_rooms": true, + "feature_new_room_decoration_ui": true }, "element_call": { "url": "https://element-call-livekit.netlify.app"