mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Redesign calls service messages.
This commit is contained in:
@@ -31,6 +31,7 @@ Instance::Instance() = default;
|
||||
|
||||
void Instance::startOutgoingCall(gsl::not_null<UserData*> user) {
|
||||
if (_currentCall) {
|
||||
_currentCallPanel->showAndActivate();
|
||||
return; // Already in a call.
|
||||
}
|
||||
createCall(user, Call::Type::Outgoing);
|
||||
|
Reference in New Issue
Block a user