mattermost / mattermost-redux

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

MM-20897 Add category muting #1286

Closed hmhealey closed 3 years ago

hmhealey commented 3 years ago

A new sidebar feature is muting entire categories at once. Muting a category mutes all channels in it and makes it so that channels moved into it get automatically muted.

Nothing super special to note here, but I went back on just relying on the websocket events to update categories because it caused a weird pop-in where each channel in a category muted one-by-one because different websocket events were muting each channel.

Ticket Link

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

Related Pull Requests

https://github.com/mattermost/mattermost-server/pull/16225 https://github.com/mattermost/mattermost-webapp/pull/7033