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