From e1c040480921427c634ce2a40c0c677efb17af1b Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 19 Oct 2022 15:21:28 +0300 Subject: WhatsApp: signal sessions made resident (no need to store this shit in the profile) --- protocols/WhatsAppWeb/src/server.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'protocols/WhatsAppWeb/src/server.cpp') diff --git a/protocols/WhatsAppWeb/src/server.cpp b/protocols/WhatsAppWeb/src/server.cpp index 07ce22b419..3a83bc8f28 100644 --- a/protocols/WhatsAppWeb/src/server.cpp +++ b/protocols/WhatsAppWeb/src/server.cpp @@ -252,11 +252,12 @@ void WhatsAppProto::OnLoggedIn() WANodeIq(IQ::GET, "privacy") << XCHILD("privacy"), &WhatsAppProto::OnIqDoNothing); - /////////////////////////// + /* OBJLIST task(1); task.insert(new WACollection("regular_high", 9)); task.insert(new WACollection("regular_low", 11)); ResyncServer(task); + */ } void WhatsAppProto::OnLoggedOut(void) -- cgit v1.2.3