From a76b0175b2cb203f4a0cc68c99588f23ef945eb6 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 31 Jan 2015 21:20:00 +0000 Subject: fix for querying jabber:iq:last git-svn-id: http://svn.miranda-ng.org/main/trunk@11969 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/WhatsApp/src/connection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/WhatsApp/src/connection.cpp') diff --git a/protocols/WhatsApp/src/connection.cpp b/protocols/WhatsApp/src/connection.cpp index ca3f77a762..1eb90cd8ed 100644 --- a/protocols/WhatsApp/src/connection.cpp +++ b/protocols/WhatsApp/src/connection.cpp @@ -86,7 +86,7 @@ void WhatsAppProto::stayConnectedLoop(void*) ProtoBroadcastAck(0, ACKTYPE_STATUS, ACKRESULT_SUCCESS, (HANDLE)m_iStatus, ID_STATUS_CONNECTING); this->ToggleStatusMenuItems(true); - // ProcessBuddyList(0); + ForkThread(&WhatsAppProto::ProcessBuddyList, NULL); // #TODO Move out of try block. Exception is expected on disconnect while (true) { -- cgit v1.2.3