diff options
author | George Hazan <george.hazan@gmail.com> | 2015-02-07 22:07:23 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-02-07 22:07:23 +0000 |
commit | c6d62e1b32d5469f7dc410ae7447df74086e00c7 (patch) | |
tree | a39f839f10192a471919fbc235685dd2b412c3e3 /protocols/WhatsApp/src/db.h | |
parent | d90fe4d921affc05fa77e4b3d554bc43d71d9b42 (diff) |
option to join chats on startup
git-svn-id: http://svn.miranda-ng.org/main/trunk@12048 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/WhatsApp/src/db.h')
-rw-r--r-- | protocols/WhatsApp/src/db.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/WhatsApp/src/db.h b/protocols/WhatsApp/src/db.h index 38f1f16be0..16b88099d8 100644 --- a/protocols/WhatsApp/src/db.h +++ b/protocols/WhatsApp/src/db.h @@ -14,6 +14,7 @@ #define WHATSAPP_KEY_DEF_GROUP "DefaultGroup"
#define WHATSAPP_KEY_REG_CODE "RegistrationCode"
#define WHATSAPP_KEY_SSL "UseSSL"
+#define WHATSAPP_KEY_AUTORUNCHATS "AutoRunChats"
#define WHATSAPP_KEY_EVENT_CLIENT_ENABLE "EventClientEnable"
#define WHATSAPP_KEY_EVENT_OTHER_ENABLE "EventOtherEnable"
|