File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed
Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 1+ # Beta features
2+
3+ Beta features are features that are not ready for production yet but the team
4+ wants more people to try the features and give feedback on them.
5+
6+ Before a feature gets into its beta phase, it is often a labs feature (see
7+ [ Labs] ( https://github.com/matrix-org/matrix-react-sdk/blob/develop/docs/labs.md ) ).
8+
9+ ** Be warned! Beta features may not be completely finalised or stable!**
10+
11+ ## Threaded Messaging (` feature_thread ` )
12+
13+ Threading allows users to branch out a new conversation from the main timeline
14+ of a room. This is particularly useful in high traffic rooms where multiple
15+ conversations can happen in parallel or when a single discussion might stretch
16+ over a very long period of time.
17+
18+ Threads can be access by clicking their summary below the root event on the room
19+ timeline. Users can find a comprehensive list of threads by click the icon on
20+ the room header button.
21+
22+ This feature might work in degraded mode if the homeserver a user is connected
23+ to does not advertise support for the unstable feature ` org.matrix.msc3440 ` when
24+ calling the ` /versions ` API endpoint.
25+
26+ ## Video rooms (` feature_video_rooms ` )
27+
28+ Enables support for creating and joining video rooms, which are persistent video
29+ chats that users can jump in and out of.
Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ If Labs is enabled in the [Element config](config.md), you can enable some of th
44to ` Settings->Labs ` . This list is non-exhaustive and subject to change, chat in
55[ #element-web: matrix .org] ( https://matrix.to/#/#element-web:matrix.org ) for more information.
66
7+ If a labs features gets more stable, it _ may_ be promoted to a beta feature
8+ (see [ Betas] ( https://github.com/matrix-org/matrix-react-sdk/blob/develop/docs/betas.md ) ).
9+
710** Be warned! Labs features are not finalised, they may be fragile, they may change, they may be
811dropped. Ask in the room if you are unclear about any details here.**
912
You can’t perform that action at this time.
0 commit comments