mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/telegramdesktop/tdesktop
synced 2026-09-21 00:23:56 +08: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