diff options
author | George Hazan <ghazan@miranda.im> | 2022-10-23 13:01:28 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-10-23 13:01:28 +0300 |
commit | 8834935d6dbfd190b0a39ac8f30cce571f08750e (patch) | |
tree | d04ee1d79df3b535aa5b502b18933cd77c0ff467 /protocols/WhatsApp/src/appsync.cpp | |
parent | ee4c113c7ce309a92b39e2d8f9fcb8c73877aa65 (diff) |
WhatsApp: sending acks & read receipts
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() |