Sub-threads #468
tobiasBora
started this conversation in
Ideas
Sub-threads
#468
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Your use case
What would you like to do?
I would like to be able to create multiple subthread from a thread. The thread view could list a tree of thread instead of a list, and when a new message is posted in a subthread, a small notification like
A new message has been posted in thread XXX
could be written in the parent threads (see also #322 when the particular case is for the main room).Why would you like to do it?
Say in a thread, I have two independent questions/topics that I'd like to talk about, that are related to the current thread, then I'd like to be able to create two sub-threads, one per question. Compare:
with
How would you like to achieve it?
Similarly to how threads are already implemented. Except that the construction is recursive, meaning that the list of threads is now a tree.
Have you considered any alternatives?
Not using threading, and getting hard to follow conversations.
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions