Răsfoiți Sursa

Document feature_spaces_metaspaces (#19679)

Co-authored-by: Jonathan de Jong <[email protected]>
Michael Telatynski 4 ani în urmă
părinte
comite
8e58d31db3
2 a modificat fișierele cu 9 adăugiri și 1 ștergeri
  1. 6 1
      docs/labs.md
  2. 3 0
      element.io/develop/config.json

+ 6 - 1
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.
+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.

+ 3 - 0
element.io/develop/config.json

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