Open krenuser opened 2 years ago
Interesting! Nice to have such ability!
We also would like to have this feature.
Often, the person who starts a topic or replies first does not yet know if the conversation will blow up and should have been a thread. Only later it becomes obvious that the conversion should have it's own thread and should continue in it's own thread.
Moving message to it's own thread would be a powerful moderator feature that makes the flow of conversation clearer.
Is your feature request related to a problem? Please describe. A lot of users doesn't really remember to use threads instead of just quoting messages (that is the only way for other messengers). For now when I want to organize and moderate chat (having admin access to server) connect to MongoDB and manually move messages to threads they in fact belong to. To be precise, I add
tcount
and timestamp field for parent message, addtmid
for all messages moved to a thread, etc...Describe the solution you'd like I would like to see a new menu item in message menu, like "Move [this message] to a thread", which e.g. should display text prompt "Enter message link in thread to which to move a message". It's possible to implement any other comfortable way to select destination message to create/append thread to. Some rules can be implemented:
Describe alternatives you've considered
/movehere https://chat.company.org/group/name?msg=12345667890
somewhere in a thread should move a message with ID 12345667890 from current chat to a thread this command typed in.Additional context None.