mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-28 16:29:53 +00:00
Added ability to start outgoing call without user confirmation.
This commit is contained in:
@@ -549,7 +549,7 @@ void WrapWidget::addProfileCallsButton() {
|
||||
? st::infoLayerTopBarCall
|
||||
: st::infoTopBarCall))
|
||||
)->addClickHandler([=] {
|
||||
Core::App().calls().startOutgoingCall(user, false);
|
||||
Core::App().calls().startOutgoingCall(user, {});
|
||||
});
|
||||
}, _topBar->lifetime());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user