summaryrefslogtreecommitdiff
path: root/protocols/WhatsApp/src/appsync.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2022-10-23 13:01:28 +0300
committerGeorge Hazan <ghazan@miranda.im>2022-10-23 13:01:28 +0300
commit8834935d6dbfd190b0a39ac8f30cce571f08750e (patch)
treed04ee1d79df3b535aa5b502b18933cd77c0ff467 /protocols/WhatsApp/src/appsync.cpp
parentee4c113c7ce309a92b39e2d8f9fcb8c73877aa65 (diff)
WhatsApp: sending acks & read receipts
Diffstat (limited to 'protocols/WhatsApp/src/appsync.cpp')
-rw-r--r--protocols/WhatsApp/src/appsync.cpp1
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()