mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-03 21:46:45 +02:00
implemented typing status
This commit is contained in:
@ -14,6 +14,7 @@ typedef struct {
|
||||
int chatwin;
|
||||
bool active;
|
||||
bool online;
|
||||
bool is_typing;
|
||||
TOX_USERSTATUS status;
|
||||
struct FileReceiver file_receiver;
|
||||
} ToxicFriend;
|
||||
|
Reference in New Issue
Block a user