Added group chat title callback.
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user