gabrieljackson / mattermost-plugin-wrangler

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

Skip team config check with direct and group channels #88

Closed gabrieljackson closed 4 years ago

gabrieljackson commented 4 years ago

These channel types are "teamless" so checking the plugin config for allowing thread moves and copies across teams doesn't make sense. This config value is now ignored in these cases to avoid presenting confusing error messages to plugin users.

Fixes https://github.com/gabrieljackson/mattermost-plugin-wrangler/issues/86

Release Note

Skip team config check with direct and group channels