gabrieljackson / mattermost-plugin-wrangler

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

Allows selecting the channel to move a thread to via channel name #38

Closed hanzei closed 4 years ago

hanzei commented 4 years ago

Instead of having to look up the channel id, a user should be able to select the channel by name, e.g. /wrangler move thread [MESSAGE_ID] ~town-square.

gabrieljackson commented 4 years ago

Sounds good! I will look into it.

gabrieljackson commented 4 years ago

With the addition of the webapp functionality to Wrangler, I am wondering if this behavior is still desirable or not. The slash commands are the interface that the webapp uses to move and copy threads, so I would like to keep them as simple as is reasonable. Also, I am guessing that most people would just use the webapp now anyway.

Have any thoughts on this @hanzei? I still see the value in this, just wondering if maybe you think the webapp has made this mostly obsolete?

gabrieljackson commented 4 years ago

I am still leaning towards keeping the move thread slash command straightforward and relying on the web interface to provide the ease-of-use that most users will need. Feel free to let me know if you still see a lot of value in this though!