mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 01:15:28 +00:00
fix(sidebar): handle channel as muted if 'none'
This commit is contained in:
@@ -95,7 +95,7 @@ const ServerSidebar = observer((props: Props) => {
|
||||
if (!entry) return;
|
||||
|
||||
const active = channel?._id === entry._id;
|
||||
const muted = props.notifications[id] === "muted";
|
||||
const muted = props.notifications[id] === "none";
|
||||
|
||||
return (
|
||||
<ConditionalLink
|
||||
|
||||
Reference in New Issue
Block a user