Fixed number in title not appearing for direct messages (#3875)
Этот коммит содержится в:
коммит произвёл
Corey Hulen
родитель
7bd26b1927
Коммит
8efa4dc9a5
@@ -329,7 +329,6 @@ class ChannelStoreClass extends EventEmitter {
|
||||
|
||||
if (ch.type === 'D') {
|
||||
chMentionCount = chUnreadCount;
|
||||
chUnreadCount = 0;
|
||||
} else if (chMember.notify_props && chMember.notify_props.mark_unread === NotificationPrefs.MENTION) {
|
||||
chUnreadCount = 0;
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user