From ed8f4de7d05024cf21f332bafae17cd9d13e5f61 Mon Sep 17 00:00:00 2001 From: Sergey Bolhovskoy Date: Fri, 20 Feb 2015 05:59:02 +0000 Subject: VKontakte: fix for notification filters move account.setOnline from SetServerStatus to RetrieveUsersInfo git-svn-id: http://svn.miranda-ng.org/main/trunk@12212 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/VKontakte/src/vk_proto.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (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 ad34752ad3..01d7f7844c 100644 --- a/protocols/VKontakte/src/vk_proto.cpp +++ b/protocols/VKontakte/src/vk_proto.cpp @@ -104,14 +104,15 @@ CVkProto::CVkProto(const char *szModuleName, const TCHAR *ptszUserName) : m_bNewsSourceNoReposts = getBool("NewsSourceNoReposts", false); m_bNotificationFilterComments = getBool("NotificationFilterComments", true); - m_bNotificationFilterLikes = getBool("NotificationFilterComments", true); - m_bNotificationFilterReposts = getBool("NotificationFilterComments", true); + m_bNotificationFilterLikes = getBool("NotificationFilterLikes", true); + m_bNotificationFilterReposts = getBool("NotificationFilterReposts", true); m_bNotificationFilterMentions = getBool("NotificationFilterMentions", true); m_bUseNonStandardUrlEncode = getBool("UseNonStandardUrlEncode", true); m_iInvisibleInterval = getDword("InvisibleInterval", 10); m_bSetBroadcast = false; + m_bNeedSendOnline = false; // Set all contacts offline -- in case we crashed SetAllContactStatuses(ID_STATUS_OFFLINE); vk_Instances.insert(this); -- cgit v1.2.3