RocketChat / feature-requests

This repository is used to track Rocket.Chat feature requests and discussions. Click here to open a new feature request.
21 stars 9 forks source link

Move message into thread #546

Open krenuser opened 2 years ago

krenuser commented 2 years ago

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, add tmid 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

Additional context None.

ankar84 commented 2 years ago

Interesting! Nice to have such ability!

btittelbach commented 1 year ago

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.