Document feature_spaces_metaspaces (#19679)

Co-authored-by: Jonathan de Jong <jonathandejong02@gmail.com>
pull/19759/head
Michael Telatynski 2021-11-11 13:07:47 +00:00 committed by GitHub
parent 8e279116ae
commit 8e58d31db3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View File

@ -149,3 +149,8 @@ Maximised widgets provide a room layout in which a widget is (temporarily) the p
Note that this feature is currently under active development and therefore is 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. 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.

View File

@ -56,5 +56,8 @@
"posthog": { "posthog": {
"projectApiKey": "phc_Jzsm6DTm6V2705zeU5dcNvQDlonOR68XvX2sh1sEOHO", "projectApiKey": "phc_Jzsm6DTm6V2705zeU5dcNvQDlonOR68XvX2sh1sEOHO",
"apiHost": "https://posthog.hss.element.io" "apiHost": "https://posthog.hss.element.io"
},
"features": {
"feature_spaces_metaspaces": true
} }
} }