diff options
author | George Hazan <ghazan@miranda.im> | 2019-01-29 15:54:15 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-01-29 15:54:15 +0300 |
commit | f72431f2d07395eb2a35929ad85d28dc3a1eacee (patch) | |
tree | f22cfdceb39a4db477b868edaf2e585625869ba7 /protocols/ICQ-WIM/src/stdafx.h | |
parent | 0ae0ccdec97de5e60f1e37299c8858b8f4887c29 (diff) |
ICQ-WIM:
- fix for interference with SeenPlugin plugin (reported by OlegVVV);
- LastSeen time added to User Details;
Diffstat (limited to 'protocols/ICQ-WIM/src/stdafx.h')
-rw-r--r-- | protocols/ICQ-WIM/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/ICQ-WIM/src/stdafx.h b/protocols/ICQ-WIM/src/stdafx.h index d0c78a1a45..c651820f1e 100644 --- a/protocols/ICQ-WIM/src/stdafx.h +++ b/protocols/ICQ-WIM/src/stdafx.h @@ -87,6 +87,7 @@ #define DB_KEY_ICQNICK "IcqNick" #define DB_KEY_PHONEREG "PhoneReg" #define DB_KEY_LASTSEEN "LastSeen" +#define DB_KEY_ONLINETS "OnlineTS" #define DB_KEY_RCLIENTID "RClientID" #define DB_KEY_LASTMSGID "LastMsgId" #define DB_KEY_REMOTEREAD "RemoteReadId" |