1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-10 18:56:35 +01:00

Add topic lock command and callbacks

This commit is contained in:
jfreegman
2021-11-16 11:47:51 -05:00
parent 1d8aafba3b
commit e9f8293a0a
9 changed files with 85 additions and 1 deletions

View File

@@ -837,6 +837,7 @@ static void init_tox_callbacks(Tox *m)
tox_callback_group_topic(m, on_group_topic_change);
tox_callback_group_peer_limit(m, on_group_peer_limit);
tox_callback_group_privacy_state(m, on_group_privacy_state);
tox_callback_group_topic_lock(m, on_group_topic_lock);
tox_callback_group_password(m, on_group_password);
tox_callback_group_self_join(m, on_group_self_join);
tox_callback_group_join_fail(m, on_group_rejected);