diff options
Diffstat (limited to 'toxcore/group_chats.c')
-rw-r--r-- | toxcore/group_chats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/group_chats.c b/toxcore/group_chats.c index ffef6046..1e5309ad 100644 --- a/toxcore/group_chats.c +++ b/toxcore/group_chats.c | |||
@@ -184,7 +184,7 @@ static int send_groupchatpacket(Group_Chat *chat, IP_Port ip_port, uint8_t *publ | |||
184 | 184 | ||
185 | uint8_t packet[MAX_DATA_SIZE]; | 185 | uint8_t packet[MAX_DATA_SIZE]; |
186 | int len = create_request(chat->self_public_key, chat->self_secret_key, packet, public_key, data, length, request_id); | 186 | int len = create_request(chat->self_public_key, chat->self_secret_key, packet, public_key, data, length, request_id); |
187 | packet[0] = 48; | 187 | packet[0] = NET_PACKET_GROUP_CHATS; |
188 | 188 | ||
189 | if (len == -1) | 189 | if (len == -1) |
190 | return -1; | 190 | return -1; |