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:
@@ -495,7 +495,7 @@ void WrapWidget::addProfileCallsButton() {
|
||||
? st::infoLayerTopBarCall
|
||||
: st::infoTopBarCall))
|
||||
)->addClickHandler([=] {
|
||||
Calls::Current().startOutgoingCall(user);
|
||||
user->session().calls().startOutgoingCall(user);
|
||||
});
|
||||
}, _topBar->lifetime());
|
||||
|
||||
|
Reference in New Issue
Block a user