diff options
| author | George Hazan <george.hazan@gmail.com> | 2024-05-28 19:39:02 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2024-05-28 19:39:02 +0300 |
| commit | 82f2d8a1c1e3b49cf0dc05d1456eac97df639262 (patch) | |
| tree | 9a5fbd79a0dec1868ba182016b81fc44a50b03f1 /protocols/ICQ-WIM/src/poll.cpp | |
| parent | 5c1f4855926c423c241a494896b9b62d43956bff (diff) | |
fixes #4443
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 c46a489017..812261fdde 100644 --- a/protocols/ICQ-WIM/src/poll.cpp +++ b/protocols/ICQ-WIM/src/poll.cpp @@ -244,7 +244,7 @@ LBL_SkipPatch: ParseMessage(hContact, lastMsgId, it, 0);
for (auto &it : ev["tail"]["messages"])
- ParseMessage(hContact, lastMsgId, it, PM::CreateRead);
+ ParseMessage(hContact, lastMsgId, it, PM::LocalTime);
setId(hContact, DB_KEY_LASTMSGID, lastMsgId);
if (pUser) {
|
