Wrote group chat invite code.

This commit is contained in:
Håvard Pettersson 2014-10-04 21:42:30 +02:00
parent 4c6e739527
commit f81176881f
8 changed files with 185 additions and 5 deletions

View file

@ -47,6 +47,7 @@ struct t_twc_profile
struct t_hook *tox_do_timer;
struct t_twc_list *chats;
struct t_twc_list *group_chat_invites;
struct t_hashtable *message_queues;
};