2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 22:25:12 +00:00

Start group call bar in HistoryWidget.

This commit is contained in:
John Preston
2020-11-20 22:25:35 +03:00
parent 3aa2619a7f
commit 33941ad1b9
24 changed files with 1211 additions and 22 deletions

View File

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