diff --git a/docs/labs.md b/docs/labs.md index c954b2963c..1cb1b79071 100644 --- a/docs/labs.md +++ b/docs/labs.md @@ -148,4 +148,9 @@ development will provide opportunities for feedback. Maximised widgets provide a room layout in which a widget is (temporarily) the primary focus of the room. The whole chat area is then used for the widget. The chat is moved into the right panel. Note that this feature is currently under active development and therefore is -entirely incomplete and may not work at all - it is not recommended for general use at this time. \ No newline at end of file +entirely incomplete and may not work at all - it is not recommended for general use at this time. + +## 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. diff --git a/element.io/develop/config.json b/element.io/develop/config.json index 6aea054c2f..3f7900a346 100644 --- a/element.io/develop/config.json +++ b/element.io/develop/config.json @@ -56,5 +56,8 @@ "posthog": { "projectApiKey": "phc_Jzsm6DTm6V2705zeU5dcNvQDlonOR68XvX2sh1sEOHO", "apiHost": "https://posthog.hss.element.io" + }, + "features": { + "feature_spaces_metaspaces": true } }