diff options
author | George Hazan <ghazan@miranda.im> | 2022-10-19 15:21:28 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-10-19 15:21:28 +0300 |
commit | e1c040480921427c634ce2a40c0c677efb17af1b (patch) | |
tree | 31f9c9a2a1d29947af27461b33b58e58bf21c471 /protocols/WhatsAppWeb/src/server.cpp | |
parent | 93745975e9085254157d8167ccf477a22b5c9659 (diff) |
WhatsApp: signal sessions made resident (no need to store this shit in the profile)
Diffstat (limited to 'protocols/WhatsAppWeb/src/server.cpp')
-rw-r--r-- | protocols/WhatsAppWeb/src/server.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
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<WACollection> task(1); task.insert(new WACollection("regular_high", 9)); task.insert(new WACollection("regular_low", 11)); ResyncServer(task); + */ } void WhatsAppProto::OnLoggedOut(void) |