summaryrefslogtreecommitdiff
path: root/protocols/VKontakte/src/vk_feed.cpp
diff options
context:
space:
mode:
authorElzorFox <elzorfox@ya.ru>2017-03-09 14:51:23 +0500
committerElzorFox <elzorfox@ya.ru>2017-03-09 14:51:23 +0500
commit58e977eada0eb95198dbc552d99446c83506a73a (patch)
tree529316cdd8c057239991096218878138f5e6d6ef /protocols/VKontakte/src/vk_feed.cpp
parent43177ef97c1421502b5a2be9b8b62a6809fb29bf (diff)
VKontakte:
move js code to vk stored procedures version bump
Diffstat (limited to 'protocols/VKontakte/src/vk_feed.cpp')
-rw-r--r--protocols/VKontakte/src/vk_feed.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/VKontakte/src/vk_feed.cpp b/protocols/VKontakte/src/vk_feed.cpp
index 44dc556477..1f1e496950 100644
--- a/protocols/VKontakte/src/vk_feed.cpp
+++ b/protocols/VKontakte/src/vk_feed.cpp
@@ -713,7 +713,8 @@ void CVkProto::RetrieveUnreadNotifications(time_t tLastNotificationsTime)
m_vkOptions.bNotificationFilterInvites ? L",\"groupinvates\":API.groups.getInvites({\"extended\":1})};" : L"};");
Push(new AsyncHttpRequest(this, REQUEST_GET, "/method/execute.json", true, &CVkProto::OnReceiveUnreadNotifications)
- << WCHAR_PARAM("code", code) );
+ << WCHAR_PARAM("code", code)
+ );
setDword("LastNotificationsReqTime", (DWORD)time(NULL));
}