1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/src
Mick Sayson fd243738c1 fix(groups): Fix invalid group list on group member join
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 #5838
2019-11-09 14:21:12 -08:00
..
audio fix(i18n): Various English fixes 2019-09-14 15:00:59 -04:00
chatlog Merge branch 'v1.17-dev' 2019-10-21 23:49:36 -07:00
core fix(groups): Fix invalid group list on group member join 2019-11-09 14:21:12 -08:00
model Merge branch 'v1.17-dev' 2019-10-21 23:49:36 -07:00
net refactor(Qt): use 'QLatin1String' instead of 'QLatin1Literal' 2019-10-09 23:19:26 -07:00
persistence Merge branch 'v1.17-dev' 2019-10-21 23:49:36 -07:00
platform fix(i18n): Various English fixes 2019-09-14 15:00:59 -04:00
util docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
video refactor(style): use only one of override, virtual, or final 2019-10-19 12:26:50 -07:00
widget Merge branch 'v1.17-dev' 2019-10-21 23:49:36 -07:00
friendlist.cpp docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
friendlist.h docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
grouplist.cpp docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
grouplist.h docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
ipc.cpp docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
ipc.h docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
loginscreen.ui refactor(nexus): make loginscreen independent of nexus 2018-02-01 22:00:06 +01:00
main.cpp Merge branch 'v1.17-dev' 2019-10-21 23:49:36 -07:00
mainwindow.ui fix(ui): show empty status as placeholder instead of as status 2019-05-07 14:34:08 -07:00
nexus.cpp Merge branch 'v1.17-dev' 2019-10-21 23:49:36 -07:00
nexus.h feat(proxy): provide commandline tools for proxy settings 2019-09-02 21:05:01 -07:00