From f72431f2d07395eb2a35929ad85d28dc3a1eacee Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 29 Jan 2019 15:54:15 +0300 Subject: ICQ-WIM: - fix for interference with SeenPlugin plugin (reported by OlegVVV); - LastSeen time added to User Details; --- protocols/ICQ-WIM/src/stdafx.h | 1 + 1 file changed, 1 insertion(+) (limited to 'protocols/ICQ-WIM/src/stdafx.h') 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" -- cgit v1.2.3