From fabd01f9374c0bc307504ed895cae7a8fb300015 Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 22 Apr 2024 12:00:34 +0100 Subject: [PATCH] Enable TAC in nightly config 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/nightly/config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/element.io/nightly/config.json b/element.io/nightly/config.json index bc0c7024..1a545d65 100644 --- a/element.io/nightly/config.json +++ b/element.io/nightly/config.json @@ -49,6 +49,7 @@ }, "privacy_policy_url": "https://element.io/cookie-policy", "features": { + "threadsActivityCentre": true, "feature_spotlight": true, "feature_video_rooms": true, "feature_element_call_video_rooms": true