diff options
author | George Hazan <george.hazan@gmail.com> | 2023-11-30 15:03:35 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-11-30 15:03:35 +0300 |
commit | c1849a9d50be0951bc4b2a5c0f14dbde5a8340e0 (patch) | |
tree | 26d8df5ee844e9755e49c6ca066f3cdbdbbd4730 /include/m_chat.h | |
parent | 0512d3e3f9f93324830892f43095e214e743f50c (diff) |
fixes #3985 (Telegram: изменение статуса отображается лишь после перезапуска)
Diffstat (limited to 'include/m_chat.h')
-rw-r--r-- | include/m_chat.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/m_chat.h b/include/m_chat.h index 4a05f7ea80..e747388245 100644 --- a/include/m_chat.h +++ b/include/m_chat.h @@ -338,6 +338,9 @@ MIR_APP_DLL(struct SESSION_INFO*) Chat_NewSession( // dwItemData - ON/OFF
#define GC_EVENT_TYPING 0x1001
+// same as GC_EVENT_ADDSTATUS but wipes all another statuses before
+#define GC_EVENT_SETSTATUS 0x1002
+
// GC_EVENT_SETCONTACTSTATUS - sets status icon for contact
// pszUID - Unique identifier of the one who receives a new status
// dwItemData - (DWORD)ID_STATUS_* or zero to remove status icon
|