diff options
author | Mataes <mataes2007@gmail.com> | 2020-04-24 13:16:07 +0300 |
---|---|---|
committer | Mataes <mataes2007@gmail.com> | 2020-04-24 13:16:07 +0300 |
commit | 8f1339b651bab945473b77d490c746cd2b63f2db (patch) | |
tree | aa0e9ea53546a711b478a3ff12f576022cd24c24 /protocols/ICQ-WIM/src/poll.cpp | |
parent | 7c0f7e47299744f043ffb02ea22b538bc18af275 (diff) | |
parent | 9a6edd6536e64f526d769f8ccc18608c32afc20d (diff) |
Merge branch 'master' of https://github.com/miranda-ng/miranda-ng
Diffstat (limited to 'protocols/ICQ-WIM/src/poll.cpp')
-rw-r--r-- | protocols/ICQ-WIM/src/poll.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/ICQ-WIM/src/poll.cpp b/protocols/ICQ-WIM/src/poll.cpp index 4d93f15c65..104e0e6145 100644 --- a/protocols/ICQ-WIM/src/poll.cpp +++ b/protocols/ICQ-WIM/src/poll.cpp @@ -204,7 +204,7 @@ void CIcqProto::ProcessHistData(const JSONNode &ev) __int64 srvLastId = _wtoi64(ev["lastMsgId"].as_mstring()); if (srvLastId > lastMsgId) { debugLogA("We need to retrieve history for %S: %lld > %lld", wszId.c_str(), srvLastId, lastMsgId); - RetrieveUserHistory(hContact, lastMsgId, false); + RetrieveUserHistory(hContact, lastMsgId); } } else { |