From 82f2d8a1c1e3b49cf0dc05d1456eac97df639262 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 28 May 2024 19:39:02 +0300 Subject: fixes #4443 --- protocols/ICQ-WIM/src/poll.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/ICQ-WIM/src/poll.cpp') 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) { -- cgit v1.2.3