1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-06 22:16:35 +01:00

give groupchat logs unique names

This commit is contained in:
Jfreegman
2014-02-26 17:15:34 -05:00
parent 8e4db369bc
commit 817f763589
5 changed files with 26 additions and 15 deletions

View File

@@ -30,7 +30,6 @@ typedef struct {
int side_pos; /* current position of the sidebar - used for scrolling up and down */
uint8_t *peer_names;
uint8_t *oldpeer_names;
uint8_t groupkey[TOX_CLIENT_ID_SIZE];
} GroupChat;
void kill_groupchat_window(ToxWindow *self);