mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 22:46:10 +00:00
Remove some more Auth() calls.
This commit is contained in:
@@ -4295,7 +4295,7 @@ void MainWidget::feedUpdate(const MTPUpdate &update) {
|
||||
} break;
|
||||
|
||||
case mtpc_updatePhoneCall: {
|
||||
Calls::Current().handleUpdate(update.c_updatePhoneCall());
|
||||
session().calls().handleUpdate(update.c_updatePhoneCall());
|
||||
} break;
|
||||
|
||||
case mtpc_updateUserBlocked: {
|
||||
|
Reference in New Issue
Block a user