mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Improve unread reactions list consistency.
This commit is contained in:
@@ -1638,6 +1638,9 @@ void Updates::feedUpdate(const MTPUpdate &update) {
|
||||
// The unread reactions count could change.
|
||||
history->owner().histories().requestDialogEntry(history);
|
||||
}
|
||||
if (hasUnreadReaction) {
|
||||
history->unreadReactions().checkAdd(d.vmsg_id().v);
|
||||
}
|
||||
}
|
||||
}
|
||||
} break;
|
||||
|
Reference in New Issue
Block a user