diff options
Diffstat (limited to 'include/m_database.h')
-rw-r--r-- | include/m_database.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/m_database.h b/include/m_database.h index ad0e16e60b..0a31bc68fc 100644 --- a/include/m_database.h +++ b/include/m_database.h @@ -188,7 +188,8 @@ struct DBEVENTINFO uint16_t eventType; // module-defined event type field
int cbBlob; // size of pBlob in bytes
uint8_t *pBlob; // pointer to buffer containing module-defined event data
- const char *szId; // server id
+ const char *szId; // server message id
+ const char *szUserId; // user id (for group chats only)
bool __forceinline markedRead() const {
return (flags & (DBEF_SENT | DBEF_READ)) != 0;
|