From 5d7141972f7edc5f0818ea2040109f555e65fcdb Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 9 Nov 2024 19:46:49 +0300 Subject: =?UTF-8?q?fixes=20#4768=20(TabSRMM:=20=D0=B3=D0=BB=D1=8E=D0=BA?= =?UTF-8?q?=D0=B8=20=D0=BF=D0=BE=20=D1=81=D0=BB=D0=B5=D0=B4=D0=B0=D0=BC=20?= =?UTF-8?q?=D0=B3=D0=B0=D0=BB=D0=BA=D0=B8=20=D0=B0=D0=B2=D1=82=D0=BE=D0=BE?= =?UTF-8?q?=D1=82=D0=BA=D1=80=D1=8B=D1=82=D0=B8=D1=8F=20=D0=B4=D0=BB=D1=8F?= =?UTF-8?q?=20=D0=B3=D1=80=D1=83=D0=BF=D1=87=D0=B0=D1=82=D0=BE=D0=B2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protocols/SkypeWeb/src/skype_history_sync.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/SkypeWeb/src') diff --git a/protocols/SkypeWeb/src/skype_history_sync.cpp b/protocols/SkypeWeb/src/skype_history_sync.cpp index dbcb6c780b..36e1763fdd 100644 --- a/protocols/SkypeWeb/src/skype_history_sync.cpp +++ b/protocols/SkypeWeb/src/skype_history_sync.cpp @@ -133,7 +133,7 @@ void CSkypeProto::OnSyncConversations(MHttpResponse *response, AsyncHttpRequest* if (hContact != NULL) { auto lastMsgTime = getLastTime(hContact); if (lastMsgTime && lastMsgTime < id && m_bAutoHistorySync) - PushRequest(new GetHistoryRequest(hContact, szSkypename, 100, lastMsgTime, false)); + PushRequest(new GetHistoryRequest(hContact, szSkypename, 100, lastMsgTime, true)); } } } -- cgit v1.2.3