mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 15:43:55 +02:00
Don't leave call when joining other call from other device.
This commit is contained in:
parent
78067fd996
commit
bfce832a7a
1 changed files with 2 additions and 1 deletions
|
@ -411,7 +411,8 @@ void Instance::handleGroupCallUpdate(
|
||||||
existing->applyUpdate(update);
|
existing->applyUpdate(update);
|
||||||
}
|
}
|
||||||
if (_currentGroupCall
|
if (_currentGroupCall
|
||||||
&& (&_currentGroupCall->channel()->session() == session)) {
|
&& (&_currentGroupCall->channel()->session() == session)
|
||||||
|
&& (_currentGroupCall->id() == callId)) {
|
||||||
_currentGroupCall->handleUpdate(update);
|
_currentGroupCall->handleUpdate(update);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue