Folders: Show chats with unread mentions in non-muted lists (#1158)
This commit is contained in:
parent
528e76d979
commit
ce51fddd33
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user