2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +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

@@ -1060,6 +1060,9 @@ void History::applyMessageChanges(
applyServiceChanges(item, data.c_messageService());
}
owner().stickers().checkSavedGif(item);
session().changes().messageUpdated(
item,
Data::MessageUpdate::Flag::NewAdded);
}
void History::applyServiceChanges(
@@ -1247,12 +1250,6 @@ void History::applyServiceChanges(
});
}
} break;
case mtpc_messageActionPhoneCall: {
item->history()->session().changes().messageUpdated(
item,
Data::MessageUpdate::Flag::CallAdded);
} break;
}
}