mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Process unread reactions to unknown messages.
This commit is contained in:
@@ -1872,6 +1872,7 @@ void Session::updateEditedMessage(const MTPMessage &data) {
|
||||
return message(peerFromMTP(data.vpeer_id()), data.vid().v);
|
||||
});
|
||||
if (!existing) {
|
||||
Reactions::CheckUnknownForUnread(this, data);
|
||||
return;
|
||||
}
|
||||
if (existing->isLocalUpdateMedia() && data.type() == mtpc_message) {
|
||||
|
Reference in New Issue
Block a user