mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Last fix didn't really work well.
This one should work better.
This commit is contained in:
parent
fef8dff0f2
commit
76d14acafa
|
@ -1175,7 +1175,7 @@ int group_title_send(const Group_Chats *g_c, int groupnumber, const uint8_t *tit
|
|||
memcpy(g->title, title, title_len);
|
||||
g->title_len = title_len;
|
||||
|
||||
if (g->status != GROUPCHAT_STATUS_CONNECTED)
|
||||
if (g->numpeers == 1)
|
||||
return 0;
|
||||
|
||||
if (send_message_group(g_c, groupnumber, GROUP_MESSAGE_TITLE_ID, title, title_len))
|
||||
|
|
Loading…
Reference in New Issue
Block a user