diff options
Diffstat (limited to 'include/m_database.h')
-rw-r--r-- | include/m_database.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_database.h b/include/m_database.h index d21537fc8d..4da69e9c60 100644 --- a/include/m_database.h +++ b/include/m_database.h @@ -193,6 +193,7 @@ struct DBEVENTINFO uint8_t *pBlob; // pointer to buffer containing module-defined event data
const char *szId; // server message id
const char *szUserId; // user id (for group chats only)
+ const char *szReplyId; // this message is a reply to a message with that server id
bool __forceinline markedRead() const {
return (flags & (DBEF_SENT | DBEF_READ)) != 0;
|