gabrieljackson / mattermost-plugin-wrangler

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

Handle missing root posts in redux #73

Closed gabrieljackson closed 4 years ago

gabrieljackson commented 4 years ago

Some scenarios where the post dropdown could be used in the Mattermost webapp could result in a state where the post of a thread was available in redux, but the root post was not available. Some of these cases were not properly handled in the plugin.

This change adds logic for ensuring root posts and their threads are pulled into redux so that the Wrangler webapp can properly display and manage them.

Fixes https://mattermost.atlassian.net/browse/MM-25968 and https://mattermost.atlassian.net/browse/MM-26342

Release Note

Handle missing root posts in redux