From 88c49e7c507359b8d7751b2617e842ef3a7231ed Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 22 Apr 2024 12:13:01 +0100 Subject: [PATCH] Enable the TAC in develop While we work through fixing all the tests on https://github.com/matrix-org/matrix-react-sdk/pull/12439 enable the TAC on nightly so we can get wider testing. --- element.io/develop/config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/element.io/develop/config.json b/element.io/develop/config.json index 9a4227c8af..aed546559d 100644 --- a/element.io/develop/config.json +++ b/element.io/develop/config.json @@ -48,6 +48,7 @@ }, "privacy_policy_url": "https://element.io/cookie-policy", "features": { + "threadsActivityCentre": true, "feature_video_rooms": true, "feature_new_room_decoration_ui": true, "feature_element_call_video_rooms": true