diff options
Diffstat (limited to 'protocols/WhatsApp/src/appsync.cpp')
-rw-r--r-- | protocols/WhatsApp/src/appsync.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/WhatsApp/src/appsync.cpp b/protocols/WhatsApp/src/appsync.cpp index 9728eae48c..9785dbff65 100644 --- a/protocols/WhatsApp/src/appsync.cpp +++ b/protocols/WhatsApp/src/appsync.cpp @@ -50,7 +50,6 @@ void WhatsAppProto::OnServerSync(const WANode &node) void WhatsAppProto::ResyncAll() { - setDword("lastResyncTime", time(0)); ResyncServer(m_arCollections); } |