mattermost / mattermost-redux

Redux for Mattermost
Apache License 2.0
200 stars 386 forks source link

[MM-31053] Optimistically update category order #1314

Closed devinbinnie closed 3 years ago

devinbinnie commented 3 years ago

Summary

When changing category order, we were waiting for the websocket event from the server to update the category order in redux. This PR changes the action to update optimistically, and reset if we encounter an error.

Ticket Link

https://mattermost.atlassian.net/browse/MM-31053