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:
@ -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);
|
||||
|
Reference in New Issue
Block a user