mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Remove some more Auth() calls.
This commit is contained in:
@@ -1177,7 +1177,8 @@ void History::applyServiceChanges(
|
||||
} break;
|
||||
|
||||
case mtpc_messageActionPhoneCall: {
|
||||
Calls::Current().newServiceMessage().notify(item->fullId());
|
||||
item->history()->session().calls().newServiceMessage().notify(
|
||||
item->fullId());
|
||||
} break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user