mirror of https://github.com/qTox/qTox.git
Browse Source
The call to Core::getGroupPeerNames is expected to return a list where the index in the list is the group member id. In any error case we were previously breaking this constraint. It turns out that every time someone joins a group we call this function before they have a valid name resulting in their id not being added to the list. This fix ensures that the list coming out of Core::getGroupPeerNames always has a full list. Fixes #5838reviewable/pr5919/r1
1 changed files with 6 additions and 0 deletions
Loading…
Reference in new issue