2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Update API scheme to layer 129.

This commit is contained in:
John Preston
2021-04-29 13:56:09 +04:00
parent b3fcb4ef36
commit 69ceed5bbc
6 changed files with 159 additions and 105 deletions

View File

@@ -1878,6 +1878,7 @@ void Updates::feedUpdate(const MTPUpdate &update) {
case mtpc_updatePhoneCall:
case mtpc_updatePhoneCallSignalingData:
case mtpc_updateGroupCallParticipants:
case mtpc_updateGroupCallConnection:
case mtpc_updateGroupCall: {
Core::App().calls().handleUpdate(&session(), update);
} break;