From 6c3268ac84c20549d5345049549fc7cf2b3e8e49 Mon Sep 17 00:00:00 2001 From: Germain Date: Mon, 20 Feb 2023 18:19:22 +0000 Subject: [PATCH] Remove reference to threads in labs (#24591) --- docs/betas.md | 15 --------------- docs/labs.md | 8 -------- 2 files changed, 23 deletions(-) diff --git a/docs/betas.md b/docs/betas.md index 79df5aa3d..79ab0b0d7 100644 --- a/docs/betas.md +++ b/docs/betas.md @@ -8,21 +8,6 @@ Before a feature gets into its beta phase, it is often a labs feature (see **Be warned! Beta features may not be completely finalised or stable!** -## Threaded Messaging (`feature_thread`) - -Threading allows users to branch out a new conversation from the main timeline -of a room. This is particularly useful in high traffic rooms where multiple -conversations can happen in parallel or when a single discussion might stretch -over a very long period of time. - -Threads can be access by clicking their summary below the root event on the room -timeline. Users can find a comprehensive list of threads by click the icon on -the room header button. - -This feature might work in degraded mode if the homeserver a user is connected -to does not advertise support for the unstable feature `org.matrix.msc3440` when -calling the `/versions` API endpoint. - ## Video rooms (`feature_video_rooms`) Enables support for creating and joining video rooms, which are persistent video diff --git a/docs/labs.md b/docs/labs.md index 9763576e9..87f99aba1 100644 --- a/docs/labs.md +++ b/docs/labs.md @@ -149,14 +149,6 @@ used in that room is shown. Enables sharing your current location to the timeline, with live updates. -## Threaded Messaging (`feature_thread`) - -Threading allows users to branch out a new conversation from the main timeline of a room. This is particularly useful in high traffic rooms where multiple conversations can happen in parallel or when a single discussion might stretch over a very long period of time. - -Threads can be access by clicking their summary below the root event on the room timeline. Users can find a comprehensive list of threads by click the icon on the room header button. - -This feature might work in degraded mode if the homeserver a user is connected to does not advertise support for the unstable feature `org.matrix.msc3440` when calling the `/versions` API endpoint. - ## Video rooms (`feature_video_rooms`) Enables support for creating and joining video rooms, which are persistent video chats that users can jump in and out of.