1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-29 19:36:46 +02:00

save last online data in blocked list

This commit is contained in:
Jfreegman
2014-07-31 14:53:02 -04:00
parent 0254596c73
commit 5da789cc37
4 changed files with 37 additions and 1 deletions

View File

@ -70,6 +70,7 @@ typedef struct {
char pub_key[TOX_CLIENT_ID_SIZE];
int32_t num;
bool active;
uint64_t last_on;
} BlockedFriend;
ToxWindow new_friendlist(void);