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.
This commit is contained in:
David Baker 2024-04-22 13:31:23 +01:00 committed by GitHub
parent ea556ff1c4
commit 8fb847ed36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,6 +49,7 @@
}, },
"privacy_policy_url": "https://element.io/cookie-policy", "privacy_policy_url": "https://element.io/cookie-policy",
"features": { "features": {
"threadsActivityCentre": true,
"feature_spotlight": true, "feature_spotlight": true,
"feature_video_rooms": true, "feature_video_rooms": true,
"feature_element_call_video_rooms": true "feature_element_call_video_rooms": true