From 8834935d6dbfd190b0a39ac8f30cce571f08750e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 23 Oct 2022 13:01:28 +0300 Subject: WhatsApp: sending acks & read receipts --- protocols/WhatsApp/src/appsync.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'protocols/WhatsApp/src/appsync.cpp') 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() -- cgit v1.2.3