mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-06-27 00:09:25 +00:00
Add reply cache, composer bar, and nick-menu replies
This commit is contained in:
@@ -28,6 +28,9 @@
|
||||
NULL, /* account name */ \
|
||||
FALSE, /* identified to nick */ \
|
||||
(time_t)0, /* timestamp */ \
|
||||
NULL, \
|
||||
NULL, \
|
||||
NULL, \
|
||||
}
|
||||
|
||||
#define STRIP_COLON(word, word_eol, idx) (word)[(idx)][0] == ':' ? (word_eol)[(idx)]+1 : (word)[(idx)]
|
||||
@@ -41,6 +44,9 @@ typedef struct
|
||||
char *account;
|
||||
gboolean identified;
|
||||
time_t timestamp;
|
||||
char *msgid;
|
||||
char *reply;
|
||||
char *typing;
|
||||
} message_tags_data;
|
||||
|
||||
void message_tags_data_free (message_tags_data *tags_data);
|
||||
|
||||
Reference in New Issue
Block a user