Replace identify-msg support with solanum.chat/identify-msg.

This commit is contained in:
Sadie Powell
2021-06-18 20:34:11 +01:00
committed by Patrick
parent f5926fbd23
commit 08e13a3ac5
6 changed files with 17 additions and 37 deletions

View File

@@ -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;