From 4a44ad0a8f774809dad71ca6d0fe189fecd8eb0f Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Thu, 11 Nov 2021 13:07:49 +0000 Subject: [PATCH] Enable feature_spaces_metaspaces on Nightly (#277) --- element.io/nightly/config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/element.io/nightly/config.json b/element.io/nightly/config.json index 51c9f1c..4266c0c 100644 --- a/element.io/nightly/config.json +++ b/element.io/nightly/config.json @@ -47,5 +47,8 @@ "posthog": { "projectApiKey": "phc_Jzsm6DTm6V2705zeU5dcNvQDlonOR68XvX2sh1sEOHO", "apiHost": "https://posthog.hss.element.io" + }, + "features": { + "feature_spaces_metaspaces": true } }