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