mirror of https://github.com/vector-im/riot-web
Document feature_spaces_metaspaces (#19679)
Co-authored-by: Jonathan de Jong <jonathandejong02@gmail.com>pull/19759/head
parent
8e279116ae
commit
8e58d31db3
|
@ -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.
|
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
|
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.
|
||||||
|
|
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue