2
0
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:
John Preston
2019-08-06 17:40:08 +01:00
parent f48732f813
commit 4bad642190
36 changed files with 280 additions and 196 deletions

View File

@@ -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;
}
}