Folders: Show chats with unread mentions in non-muted lists (#1158)

This commit is contained in:
Alexander Zinchuk 2021-06-14 09:57:11 +03:00
parent 528e76d979
commit ce51fddd33

View File

@ -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;
}