Move call management to Core::App.

This commit is contained in:
John Preston
2020-06-25 21:57:36 +04:00
parent 8c4d3a86e7
commit 79a361ba43
23 changed files with 204 additions and 167 deletions
+1 -1
View File
@@ -1721,7 +1721,7 @@ void Updates::feedUpdate(const MTPUpdate &update) {
} break;
case mtpc_updatePhoneCall: {
session().calls().handleUpdate(update.c_updatePhoneCall());
Core::App().calls().handleUpdate(&session(), update.c_updatePhoneCall());
} break;
case mtpc_updateUserBlocked: {