mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-04 02:50:36 +00:00
Added ability to start outgoing call without user confirmation.
This commit is contained in:
@@ -612,7 +612,7 @@ void BoxController::rowRightActionClicked(not_null<PeerListRow*> row) {
|
||||
auto user = row->peer()->asUser();
|
||||
Assert(user != nullptr);
|
||||
|
||||
Core::App().calls().startOutgoingCall(user, false);
|
||||
Core::App().calls().startOutgoingCall(user, {});
|
||||
}
|
||||
|
||||
void BoxController::receivedCalls(const QVector<MTPMessage> &result) {
|
||||
|
||||
Reference in New Issue
Block a user