From a93165ff101c6cdfab9ef9b8b85a0436ebc0d7de Mon Sep 17 00:00:00 2001 From: Sergey Bolhovskoy Date: Mon, 16 Feb 2015 06:43:40 +0000 Subject: =?UTF-8?q?VKontakte:=20=E2=80=98force=20online=E2=80=99=20change?= =?UTF-8?q?=20to=20=E2=80=98force=20invisible=E2=80=99=20add=20=E2=80=98In?= =?UTF-8?q?visible=20interval=20timeout=E2=80=99=20options=20fix=20for=20r?= =?UTF-8?q?e-set=20status=20message=20when=20change=20status=20invisible?= =?UTF-8?q?=20<=3D>=20offline=20version=20bump?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.miranda-ng.org/main/trunk@12139 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/VKontakte/src/vk_proto.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'protocols/VKontakte/src/vk_proto.cpp') diff --git a/protocols/VKontakte/src/vk_proto.cpp b/protocols/VKontakte/src/vk_proto.cpp index 633056f5b0..eb156680b4 100644 --- a/protocols/VKontakte/src/vk_proto.cpp +++ b/protocols/VKontakte/src/vk_proto.cpp @@ -108,6 +108,7 @@ CVkProto::CVkProto(const char *szModuleName, const TCHAR *ptszUserName) : m_bNotificationFilterMentions = getBool("NotificationFilterMentions", true); m_bUseNonStandardUrlEncode = getBool("UseNonStandardUrlEncode", true); + m_iInvisibleInterval = getDword("InvisibleInterval", 10); m_bSetBroadcast = false; // Set all contacts offline -- in case we crashed -- cgit v1.2.3