gabrieljackson / mattermost-plugin-wrangler

Manage Mattermost Messages Masterfully!
Apache License 2.0
51 stars 11 forks source link

Prevent 'move thread' command from being run inside of thread #45

Closed gabrieljackson closed 4 years ago

gabrieljackson commented 4 years ago

Wrangler will now check if the 'move thread' command is being run from inside the thread that will be moved. This is done to prevent an issue where the command response would attempt to be posted in the thread that was recently deleted due to the move.

Addresses: https://mattermost.atlassian.net/browse/MM-23957