krille-chan / fluffychat

The cutest instant messenger in the [matrix]
https://fluffychat.im/
GNU Affero General Public License v3.0
901 stars 152 forks source link

Support for MSC3440 (Threading) #497

Open anlumo opened 11 months ago

anlumo commented 11 months ago

Feature Description

Element implements MSC3440. It adds another hierarchical level to channels, where responses aren't inline in the main chat, but separate "sub-channels". People can create new threads and post messages to threads.

Rationale

This feature is excessively used in many of the larger channels I'm in. Fluffychat looks really enticing, but without that feature, all of the responses are within the same stream and so I don't know what the messages are a response to, and I also can't participate. This makes it impossible for me to use the client in practice.

Mockup

I can't really draw them out, but I can write out some text:

The way Element implements Threads is not so great, because they're hard to reach and easy to miss. I personally prefer the way Discord does them (which is identical from a features perspective). Luckily, they have a nice introduction here with animated gifs.

If there are any unread messages in a thread on a channel you haven't muted, these threads are added in the channel list as a lower level row (making it a tree view). Clicking on them directly opens up the thread (which looks identical to the regular channel view). The back arrow button on the top left moves back to the main channel.

If you want to look at a thread without unread messages, there's an action button on the top right within the channel to open up a side panel (or popup) listing all threads showing the last message plus a timestamp. Clicking on a row there opens the corresponding thread view (as above).

Additional Context

No response

wapsi commented 8 months ago

Are there any plans to implement threads in FluffyChat (is it in the roadmap)? I really want to use FluffyChat as my primary Matrix client, but the missing support for threads is a show stopper for me :( (been using them extensively in Element and it's a killer feature!)

Akselmo commented 6 months ago

I wouldnt mind to be able to hide them since theyre quite confusing in middle of regular discussions. Proper support would be nice of course.

PinguDEV-original commented 3 months ago

Any plans here?

notramo commented 1 month ago

@krille-chan, this is the most upvoted issue

I would be happy to donate via Polar, specifically for work on this issue, and I'm sure others would too.

krille-chan commented 2 weeks ago

I will see what I can do :)