mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-03 16:15:13 +00:00
Don't leave call when joining other call from other device.
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user