Added nicklist to group chats.
This commit is contained in:
parent
9648742781
commit
5f3d2f04f7
6 changed files with 87 additions and 11 deletions
|
|
@ -273,6 +273,7 @@ twc_profile_load(struct t_twc_profile *profile)
|
|||
tox_callback_group_invite(profile->tox, twc_group_invite_callback, profile);
|
||||
tox_callback_group_message(profile->tox, twc_group_message_callback, profile);
|
||||
tox_callback_group_action(profile->tox, twc_group_action_callback, profile);
|
||||
tox_callback_group_namelist_change(profile->tox, twc_group_namelist_change_callback, profile);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue