From 4eb09f2d68b16951f2a3ff848bdf20ab6566170f Mon Sep 17 00:00:00 2001 From: Sergey Bolhovskoy Date: Fri, 12 Sep 2014 04:12:46 +0000 Subject: =?UTF-8?q?VKontakte:=20fix=20for=20view=20chat=20messages=20in=20?= =?UTF-8?q?chatlog=20global=20fix=20for=20=E2=80=98Too=20many=20requests?= =?UTF-8?q?=20per=20second=E2=80=99=20error?= 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@10435 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/VKontakte/src/vk_chats.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'protocols/VKontakte/src/vk_chats.cpp') diff --git a/protocols/VKontakte/src/vk_chats.cpp b/protocols/VKontakte/src/vk_chats.cpp index a60cc2fc31..63df8015fe 100644 --- a/protocols/VKontakte/src/vk_chats.cpp +++ b/protocols/VKontakte/src/vk_chats.cpp @@ -365,8 +365,6 @@ void CVkProto::OnSendChatMsg(NETLIBHTTPREQUEST *reply, AsyncHttpRequest *pReq) if (reply->resultCode == 200) { JSONROOT pRoot; JSONNODE *pResponse = CheckJsonResponse(pReq, reply, pRoot); - if (pResponse != NULL) - m_sendIds.insert((void*)json_as_int(pResponse)); } } -- cgit v1.2.3