mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-28 00:12:26 +00:00
Move call management to Core::App.
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user