When sorting the channel bookmarks on the webapp, the WS event was not changing the update_at property of the objects
We are now also updating the local records if the sort_order has changed to fix the sorting updates while the server does not have the changes included in https://github.com/mattermost/mattermost/pull/28807
Summary
When sorting the channel bookmarks on the webapp, the WS event was not changing the update_at property of the objects
We are now also updating the local records if the
sort_order
has changed to fix the sorting updates while the server does not have the changes included in https://github.com/mattermost/mattermost/pull/28807Ticket Link
https://mattermost.atlassian.net/browse/MM-60644
Server PR
https://github.com/mattermost/mattermost/pull/28807
Release Note