gabrieljackson / mattermost-plugin-wrangler

Manage Mattermost Messages Masterfully!
Apache License 2.0
49 stars 13 forks source link

Attaching a thread to a thread #98

Closed s-ponta closed 5 months ago

s-ponta commented 3 years ago

This is a feature request.

In some cases, some people reply by using a thread, but others do not use the thread. As a result, there are some small parts of threads which should be merged into one thread.

I tried to check if this is possible with this plugin, wrangler. Attaching a message in a thread is unavailable from the UI button, but I could move the message by the slash command. But, in this case, associated messages following the moved message was removed completely.

Again, my suggestion is that enabling to attach a thread to thread from both the slash command and UI button is really useful to maintain the message flow in the channel.

camlafit commented 1 year ago

Hello

We a similar behavior. On some case we reattach a message to a parent. But in some case this message is itself a parent thread, because user as forget to reply at first message/thread.

In this case only message is attached, and sub message (on sub thread) are orphans and we can't reattach them.

gabrieljackson commented 5 months ago

This functionality should now be supported via the plugin commands and in the web UI with thread merging: https://github.com/gabrieljackson/mattermost-plugin-wrangler/pull/162 and https://github.com/gabrieljackson/mattermost-plugin-wrangler/pull/163

If you haven't already, update the Wrangler plugin to the latest release and enable thread merging in the plugin configuration to use it. Note that merging threads will result in making a single thread that has a message order based on the original message creation timestamps.

Feel free to reach out if you have any questions.

camlafit commented 5 months ago

Tested and approved :)