mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-15 02:00:20 +00:00
Replace identify-msg support with solanum.chat/identify-msg.
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
#define MESSAGE_TAGS_DATA_INIT \
|
||||
{ \
|
||||
NULL, /* account name */ \
|
||||
FALSE, /* identified to nick */ \
|
||||
(time_t)0, /* timestamp */ \
|
||||
}
|
||||
|
||||
@@ -38,6 +39,7 @@
|
||||
typedef struct
|
||||
{
|
||||
char *account;
|
||||
gboolean identified;
|
||||
time_t timestamp;
|
||||
} message_tags_data;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user