1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-12 09:26:34 +01:00

Add support for new voice state feature

This commit is contained in:
jfreegman
2022-02-05 14:11:25 -05:00
parent 1b9f4f337a
commit 4d501aeb2a
9 changed files with 138 additions and 5 deletions

View File

@@ -842,6 +842,7 @@ static void init_tox_callbacks(Tox *m)
tox_callback_group_self_join(m, on_group_self_join);
tox_callback_group_join_fail(m, on_group_rejected);
tox_callback_group_moderation(m, on_group_moderation);
tox_callback_group_voice_state(m, on_group_voice_state);
}
static void init_tox_options(struct Tox_Options *tox_opts)