2
0
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:
John Preston
2022-01-31 18:29:46 +03:00
parent 63bf564757
commit b7a70a2f28
9 changed files with 65 additions and 33 deletions

View File

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