diff options
author | George Hazan <ghazan@miranda.im> | 2023-03-23 19:24:19 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2023-03-23 19:24:19 +0300 |
commit | a1284729b31119dc50d95f73e2ffe7fed4a20ac8 (patch) | |
tree | a657e9c43b4cf4e79c7ae4ada525b3c35996e541 /include/m_chat.h | |
parent | 94250c7e15a5f10628ecd405d64605189d4afffc (diff) |
chat serialization
Diffstat (limited to 'include/m_chat.h')
-rw-r--r-- | include/m_chat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_chat.h b/include/m_chat.h index 96ddddf297..92e4e6329b 100644 --- a/include/m_chat.h +++ b/include/m_chat.h @@ -134,6 +134,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define GC_TYPNOTIF 0x0040 // enable typing notifications.
#define GC_CHANMGR 0x0080 // enable the 'channel settings' button
#define GC_DATABASE 0x0100 // all events are backed in the database
+#define GC_PERSISTENT 0x0200 // chat structure is stored offline not to retrieve it each time
// Error messages
#define GC_ERROR 1 // An internal error occurred.
|