From 43a55698e383103df864fb671470781256d379db Mon Sep 17 00:00:00 2001 From: eleensmathew <92302620+eleensmathew@users.noreply.github.com> Date: Fri, 4 Mar 2022 11:26:58 +0300 Subject: [PATCH] Added Threaded Messaging (#21303) --- docs/labs.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/labs.md b/docs/labs.md index 3cf38f2932..576c1e988b 100644 --- a/docs/labs.md +++ b/docs/labs.md @@ -183,4 +183,12 @@ When enabled, historical messages will use the current profile for the sender. ## Pin drop location sharing (`feature_location_share_pin_drop`) [In Development] -Enables sharing a pin drop location to the timeline. \ No newline at end of file +Enables sharing a pin drop location to the timeline. + +## 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.