2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Implement replies list request.

This commit is contained in:
John Preston
2020-08-28 14:01:55 +04:00
parent 437c9320cd
commit 00cdae0369
24 changed files with 1991 additions and 20 deletions

View File

@@ -1685,6 +1685,9 @@ bool Session::checkEntitiesAndViewsUpdate(const MTPDmessage &data) {
if (result) {
stickers().checkSavedGif(existing);
}
session().changes().messageUpdated(
existing,
Data::MessageUpdate::Flag::NewMaybeAdded);
return result;
}