-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
[Feature request] Implement message threads in Matrix like Slack Threaded messaging #2329
Comments
Seems this is not so hard to implement like in Slack - on "create thread" event we must create new room with title from current message, and in current room provide link to new room with this thread (and message counter). |
This is also being tracked here: element-hq/element-web#2349 |
When starting a thread/room, can we allow to reply to multiple messages? I think, this would be awesomely useful for including top-level posted answers into threads. Can this be rectified with the notion of rooms? |
We do have label-based threading support in Synapse now, but Riot doesn't expose it yet: matrix-org/matrix-spec-proposals#2326 and #6288 and #6301 |
Threading was added via MSC3440. And for a client, this has ended up as Slack-like threading in Element, https://element.io/blog/introducing-threads-in-beta/ |
Slack introduce Threads in rooms: https://slackhq.com/threaded-messaging-comes-to-slack-417ffba054bd
Will be good to implement same threads feature in Matrix rooms.
The text was updated successfully, but these errors were encountered: