mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-06 18:26:34 +01: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