diff --git a/src/modules/helpers/chats.ts b/src/modules/helpers/chats.ts index 7fb827760..b119ea00e 100644 --- a/src/modules/helpers/chats.ts +++ b/src/modules/helpers/chats.ts @@ -269,7 +269,7 @@ function filterChatFolder( return false; } - if (folder.excludeMuted && selectIsChatMuted(chat, notifySettings, notifyExceptions)) { + if (folder.excludeMuted && !chat.unreadMentionsCount && selectIsChatMuted(chat, notifySettings, notifyExceptions)) { return false; }