From 6e82820f46d0e9a817ef0419be1547e2441cb22e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 27 May 2024 13:28:26 +0300 Subject: =?UTF-8?q?fixes=20#4439=20(ICQ:=20=D0=B0=D0=B2=D1=82=D0=BE=D1=81?= =?UTF-8?q?=D0=BA=D0=B0=D1=87=D0=B8=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5=20=D1=84?= =?UTF-8?q?=D0=B0=D0=B9=D0=BB=D0=BE=D0=B2=20=D0=BD=D0=B5=20=D1=80=D0=B0?= =?UTF-8?q?=D0=B1=D0=BE=D1=82=D0=B0=D0=B5=D1=82=20=D0=BF=D1=80=D0=B8=20?= =?UTF-8?q?=D0=BF=D0=BE=D0=B4=D0=B3=D1=80=D1=83=D0=B7=D0=BA=D0=B5=20=D0=B8?= =?UTF-8?q?=D1=81=D1=82=D0=BE=D1=80=D0=B8=D0=B8=20=D1=81=20=D1=81=D0=B5?= =?UTF-8?q?=D1=80=D0=B2=D0=B5=D1=80=D0=B0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protocols/ICQ-WIM/src/poll.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 1a7c72b2f0..c46a489017 100644 --- a/protocols/ICQ-WIM/src/poll.cpp +++ b/protocols/ICQ-WIM/src/poll.cpp @@ -241,10 +241,10 @@ LBL_SkipPatch: debugLogA("Proceeding with empty cache for %d", hContact); for (auto &it : ev["intro"]["messages"]) - ParseMessage(hContact, lastMsgId, it, false, false); + ParseMessage(hContact, lastMsgId, it, 0); for (auto &it : ev["tail"]["messages"]) - ParseMessage(hContact, lastMsgId, it, false, true); + ParseMessage(hContact, lastMsgId, it, PM::CreateRead); setId(hContact, DB_KEY_LASTMSGID, lastMsgId); if (pUser) { -- cgit v1.2.3