summaryrefslogtreecommitdiff
path: root/protocols/VKontakte/src/vk_proto.cpp
diff options
context:
space:
mode:
authorSergey Bolhovskoy <elzorfox@ya.ru>2014-12-29 09:59:36 +0000
committerSergey Bolhovskoy <elzorfox@ya.ru>2014-12-29 09:59:36 +0000
commit16634865ad22aa865e79930e5c4fb570627ef69a (patch)
tree70ab4ed538cda6828c9da33e7e90e09c9d88d9df /protocols/VKontakte/src/vk_proto.cpp
parent457202107f1990d8da73db742fbe0f6d3d6d9fc2 (diff)
VKontakte:
add filtering for notifications rework processing for notifications (output formating) version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@11668 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/VKontakte/src/vk_proto.cpp')
-rw-r--r--protocols/VKontakte/src/vk_proto.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/protocols/VKontakte/src/vk_proto.cpp b/protocols/VKontakte/src/vk_proto.cpp
index 61c11dde35..a0f8444fc2 100644
--- a/protocols/VKontakte/src/vk_proto.cpp
+++ b/protocols/VKontakte/src/vk_proto.cpp
@@ -98,6 +98,11 @@ CVkProto::CVkProto(const char *szModuleName, const TCHAR *ptszUserName) :
m_bNewsSourceIncludeBanned = getBool("NewsSourceIncludeBanned", false);
m_bNewsSourceNoReposts = getBool("NewsSourceNoReposts", false);
+ m_bNotificationFilterComments = getBool("NotificationFilterComments", true);
+ m_bNotificationFilterLikes = getBool("NotificationFilterComments", true);
+ m_bNotificationFilterReposts = getBool("NotificationFilterComments", true);
+ m_bNotificationFilterMentions = getBool("NotificationFilterMentions", true);
+
// Set all contacts offline -- in case we crashed
SetAllContactStatuses(ID_STATUS_OFFLINE);
vk_Instances.insert(this);