From 1a43d96c9863bac5f6502cb92d26faaa352ace56 Mon Sep 17 00:00:00 2001 From: ElzorFox Date: Sun, 29 Jun 2025 16:04:02 +0500 Subject: VKontakte: more 'error 9' fix --- protocols/VKontakte/src/vk_history.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols') diff --git a/protocols/VKontakte/src/vk_history.cpp b/protocols/VKontakte/src/vk_history.cpp index 23cbc6f821..63774a9423 100644 --- a/protocols/VKontakte/src/vk_history.cpp +++ b/protocols/VKontakte/src/vk_history.cpp @@ -145,7 +145,7 @@ void CVkProto::GetServerHistory(MCONTACT hContact, int iOffset, int iCount, time if (VK_INVALID_USER == iUserId || iUserId == VK_FEED_USER) return; - Push(new AsyncHttpRequest(this, REQUEST_GET, "/method/execute.GetServerConversationHistory", true, &CVkProto::OnReceiveHistoryMessages, AsyncHttpRequest::rpLow) + Push(new AsyncHttpRequest(this, REQUEST_GET, "/method/execute.GetServerConversationHistory", true, &CVkProto::OnReceiveHistoryMessages, AsyncHttpRequest::rpLowCListEvents) << INT_PARAM("reqcount", iCount) << INT_PARAM("offset", iOffset) << INT_PARAM("userid", iUserId) -- cgit v1.2.3