mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-07 05:16:35 +01:00
don't sort after every friend add on statup
This commit is contained in:
@@ -336,7 +336,7 @@ static void load_data(Tox *m, char *path)
|
||||
uint8_t name[TOX_MAX_NAME_LENGTH];
|
||||
|
||||
while (tox_get_name(m, i, name) != -1)
|
||||
on_friendadded(m, i++);
|
||||
on_friendadded(m, i++, false);
|
||||
|
||||
free(buf);
|
||||
fclose(fd);
|
||||
|
||||
Reference in New Issue
Block a user