From 397e2b53d12b0fa23621cd8e3dbd4e0539956de6 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Tue, 25 Jan 2022 12:42:09 +0000 Subject: [PATCH] De-labs Metaspaces (#20706) --- docs/labs.md | 5 ----- element.io/develop/config.json | 4 +--- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/labs.md b/docs/labs.md index 96694b3e2f..2518ed970e 100644 --- a/docs/labs.md +++ b/docs/labs.md @@ -126,11 +126,6 @@ and notification noises are suppressed. Not perfect, but can help reduce noise. Enables sending hidden read receipts as per [MSC2285](https://github.com/matrix-org/matrix-doc/pull/2285) -## Metaspaces (`feature_spaces_metaspaces`) [In Development] - -Metaspaces are automatically populated spaces you can enable in your Space panel. -By default, you'll have Home or All rooms, but you can opt in to a People, Favourites, and Other Rooms metaspace too. - ## Location sharing (`feature_location_share`) [In Development] Allows users to send and display location data using [maplibre](https://maplibre.org). diff --git a/element.io/develop/config.json b/element.io/develop/config.json index 806171573c..fa2ef2d643 100644 --- a/element.io/develop/config.json +++ b/element.io/develop/config.json @@ -57,8 +57,6 @@ "projectApiKey": "phc_Jzsm6DTm6V2705zeU5dcNvQDlonOR68XvX2sh1sEOHO", "apiHost": "https://posthog.hss.element.io" }, - "features": { - "feature_spaces_metaspaces": true - }, + "features": {}, "map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx" }