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
@@ -1191,7 +1191,7 @@ object_ptr<Ui::BoxContent> PrepareCreateCallBox(
const auto &invite = selected.front();
Core::App().calls().startOutgoingCall(
invite.user,
invite.video);
{ invite.video });
}
finished(true);
};