2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 22:25:12 +00:00

Redesign calls service messages.

This commit is contained in:
John Preston
2017-04-28 00:17:00 +03:00
parent 06b081f509
commit c4f90983af
23 changed files with 384 additions and 180 deletions

View File

@@ -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);