mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Fix #778
This commit is contained in:
parent
c1f2e9a71d
commit
8bc4bbdce0
|
@ -1003,6 +1003,7 @@ void Core::removeGroup(int groupId, bool fake)
|
||||||
return;
|
return;
|
||||||
tox_del_groupchat(tox, groupId);
|
tox_del_groupchat(tox, groupId);
|
||||||
|
|
||||||
|
if (groupCalls[groupId].active)
|
||||||
leaveGroupCall(groupId);
|
leaveGroupCall(groupId);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user