Add option to Mute/Unmute Channel to BaseUI#9194
Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds a Mute/Unmute Channel option to the message response menu in the BaseUI, allowing users to mute or unmute specific channels directly from the interface. The feature is conditionally displayed, excluding it from the ALL chats view and DIRECT message views.
Key Changes:
- Added
MuteChanneloption to the message response menu enum - Implemented conditional display logic to show/hide the mute option based on view mode
- Added toggle functionality to change the mute state of the current channel
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
I haven't looked at the code yet, but are we muting the sound notification? or the autofocus jump to the channel conversation when a message arrives? I suggest clarifying on the description. |
Yes sound and alert notifications were suppressed in #7957 but we had no way to actually mute a Channel or take advantage of this functionality |
ford-jones
left a comment
There was a problem hiding this comment.
Looks good to me! Thanks Jason 🙂
Uh oh!
There was an error while loading. Please reload this page.