Skip to content

Commit 51615b5

Browse files
committed
Properly sum all groups with unread messages for the notification.
1 parent 600bcb6 commit 51615b5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ts/state/selectors/conversations.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,6 @@ const _getGlobalUnreadCount = (sortedConversations: Array<ReduxConversationType>
331331
}
332332

333333
if (
334-
globalUnreadCount < 100 &&
335334
isNumber(conversation.unreadCount) &&
336335
isFinite(conversation.unreadCount) &&
337336
conversation.unreadCount > 0 &&

0 commit comments

Comments
 (0)