mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-07 21:36:35 +01:00
basic logging for groupchats
This commit is contained in:
@@ -30,6 +30,7 @@ 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;
|
||||
|
||||
int init_groupchat_win(ToxWindow *prompt, Tox *m, int groupnum);
|
||||
|
||||
Reference in New Issue
Block a user