From 76f5c3ac676d82dbb5b36fc9ebf67aa9d0e73ea1 Mon Sep 17 00:00:00 2001 From: Sergey Bolhovskoy Date: Fri, 5 Feb 2016 14:10:17 +0000 Subject: =?UTF-8?q?VKontakte:=20hidden=20option=20=E2=80=98MaxFriendsCount?= =?UTF-8?q?=E2=80=99=20support?= 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@16222 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/VKontakte/src/vk_proto.cpp | 2 ++ 1 file changed, 2 insertions(+) (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 47dbcfa572..e01fb54ba4 100644 --- a/protocols/VKontakte/src/vk_proto.cpp +++ b/protocols/VKontakte/src/vk_proto.cpp @@ -136,6 +136,8 @@ CVkProto::CVkProto(const char *szModuleName, const TCHAR *ptszUserName) : if (m_ReturnChatMessage == NULL) m_ReturnChatMessage = mir_tstrdup(TranslateT("I'm back")); + m_iMaxFriendsCount = getDword("MaxFriendsCount", 1000); + // Set all contacts offline -- in case we crashed SetAllContactStatuses(ID_STATUS_OFFLINE); { -- cgit v1.2.3