Added ability to start outgoing call without user confirmation.

This commit is contained in:
23rd
2026-01-26 14:37:42 +03:00
parent b97322c198
commit 5146c05ec3
9 changed files with 31 additions and 17 deletions
@@ -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());