Added group chat title callback.
This commit is contained in:
parent
f17482aef3
commit
b851cec9bc
3 changed files with 34 additions and 0 deletions
|
|
@ -311,6 +311,7 @@ twc_profile_load(struct t_twc_profile *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);
|
||||
tox_callback_group_title(profile->tox, twc_group_title_callback, profile);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue