mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Saving of userstatus not implemented, removed loading of them.
This commit is contained in:
parent
dd623d120e
commit
f06cd56ece
|
@ -631,7 +631,7 @@ int Messenger_load(uint8_t * data, uint32_t length)
|
||||||
{
|
{
|
||||||
int fnum = m_addfriend_norequest(temp[i].client_id);
|
int fnum = m_addfriend_norequest(temp[i].client_id);
|
||||||
setfriendname(fnum, temp[i].name);
|
setfriendname(fnum, temp[i].name);
|
||||||
set_friend_userstatus(fnum, temp[i].userstatus, temp[i].userstatus_length);
|
//set_friend_userstatus(fnum, temp[i].userstatus, temp[i].userstatus_length);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
free(temp);
|
free(temp);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user