More group chats.

This commit is contained in:
Håvard Pettersson 2014-10-04 23:13:49 +02:00
parent f81176881f
commit 069c4540ec
11 changed files with 275 additions and 38 deletions

View file

@ -203,7 +203,7 @@ twc_chat_search_group(struct t_twc_profile *profile,
}
if (create_new)
return twc_chat_new_friend(profile, group_number);
return twc_chat_new_group(profile, group_number);
return NULL;
}