summaryrefslogtreecommitdiff
path: root/protocols/WhatsApp/src/connection.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-01-31 21:20:00 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-01-31 21:20:00 +0000
commita76b0175b2cb203f4a0cc68c99588f23ef945eb6 (patch)
tree3795ec39a80a2c66564812341634b6b4cef16047 /protocols/WhatsApp/src/connection.cpp
parent7b75f16452eb389c635f8b18600222cd05feadac (diff)
fix for querying jabber:iq:last
git-svn-id: http://svn.miranda-ng.org/main/trunk@11969 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/WhatsApp/src/connection.cpp')
-rw-r--r--protocols/WhatsApp/src/connection.cpp2
1 files changed, 1 insertions, 1 deletions
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) {