diff options
Diffstat (limited to 'protocols/WhatsApp/src/appsync.cpp')
-rw-r--r-- | protocols/WhatsApp/src/appsync.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/WhatsApp/src/appsync.cpp b/protocols/WhatsApp/src/appsync.cpp index 9785dbff65..3659917ea2 100644 --- a/protocols/WhatsApp/src/appsync.cpp +++ b/protocols/WhatsApp/src/appsync.cpp @@ -46,6 +46,7 @@ void WhatsAppProto::OnServerSync(const WANode &node) task.insert(new WACollection(it->getAttr("name"), it->getAttrInt("version"))); ResyncServer(task); + SendAck(node); } void WhatsAppProto::ResyncAll() |