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

Update API scheme on layer 160.

Leave plain scheme in api.tl.
This commit is contained in:
John Preston
2023-06-02 11:46:19 +04:00
parent 41edd41b92
commit 17a5c27658
7 changed files with 63 additions and 78 deletions

View File

@@ -2520,8 +2520,8 @@ void Updates::feedUpdate(const MTPUpdate &update) {
_session->api().transcribes().apply(data);
} break;
case mtpc_updateStories: {
_session->data().stories().apply(update.c_updateStories());
case mtpc_updateStory: {
_session->data().stories().apply(update.c_updateStory());
} break;
}