summaryrefslogtreecommitdiff
path: root/toxcore/tox.c
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/tox.c')
-rw-r--r--toxcore/tox.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/toxcore/tox.c b/toxcore/tox.c
index 19e1c0a4..30630cf2 100644
--- a/toxcore/tox.c
+++ b/toxcore/tox.c
@@ -991,6 +991,7 @@ void tox_do(Tox *tox)
991{ 991{
992 Messenger *m = tox; 992 Messenger *m = tox;
993 do_messenger(m); 993 do_messenger(m);
994 do_groupchats(m->group_chat_object);
994} 995}
995 996
996/* SAVING AND LOADING FUNCTIONS: */ 997/* SAVING AND LOADING FUNCTIONS: */