mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Fixed bug.
This commit is contained in:
parent
d83efd35dd
commit
837d4698bb
|
@ -603,7 +603,7 @@ bool tox_friend_get_name(const Tox *tox, uint32_t friend_number, uint8_t *name,
|
|||
void tox_callback_friend_name(Tox *tox, tox_friend_name_cb *function, void *user_data)
|
||||
{
|
||||
Messenger *m = tox;
|
||||
m_callback_friendmessage(m, function, user_data);
|
||||
m_callback_namechange(m, function, user_data);
|
||||
}
|
||||
|
||||
size_t tox_friend_get_status_message_size(const Tox *tox, uint32_t friend_number, TOX_ERR_FRIEND_QUERY *error)
|
||||
|
|
Loading…
Reference in New Issue
Block a user