diff --git a/docs/labs.md b/docs/labs.md index 96694b3e2..2518ed970 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 806171573..fa2ef2d64 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" }