From 8fb847ed3654014b420f1999c3aa636a9453f54b Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 22 Apr 2024 13:31:23 +0100 Subject: [PATCH] Enable TAC in nightly config (#1635) 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 bc0c702..1a545d6 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