From fc9fe9ec3a778f0c569842cad6cf9c4b752e9e9e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 8 Sep 2024 13:36:04 +0300 Subject: =?UTF-8?q?fixes=20#4628=20(Skypeweb:=20=D1=81=D0=BE=D0=BE=D0=B1?= =?UTF-8?q?=D1=89=D0=B5=D0=BD=D0=B8=D1=8F,=20=D0=BD=D0=B0=D0=BF=D0=B8?= =?UTF-8?q?=D1=81=D0=B0=D0=BD=D0=BD=D1=8B=D0=B5=20=D0=B7=D0=B0=20=D0=B2?= =?UTF-8?q?=D1=80=D0=B5=D0=BC=D1=8F=20=D0=BE=D1=84=D1=84=D0=BB=D0=B0=D0=B9?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=BC=D0=B8=D1=80=D0=B0=D0=BD=D0=B4=D1=8B,=20?= =?UTF-8?q?=D0=BF=D1=80=D0=B8=D0=BB=D0=B5=D1=82=D0=B0=D1=8E=D1=82=20=D1=81?= =?UTF-8?q?=20=D1=82=D0=B5=D0=BA=D1=83=D1=89=D0=B8=D0=BC=20=D0=B2=D1=80?= =?UTF-8?q?=D0=B5=D0=BC=D0=B5=D0=BD=D0=B5=D0=BC,=20=D0=B0=20=D0=BD=D0=B5?= =?UTF-8?q?=20=D1=81=20=D0=B2=D1=80=D0=B5=D0=BC=D0=B5=D0=BD=D0=B5=D0=BC=20?= =?UTF-8?q?=D0=B8=D1=85=20=D0=BD=D0=B0=D0=BF=D0=B8=D1=81=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D1=8F)?= 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') diff --git a/protocols/SkypeWeb/src/skype_history_sync.cpp b/protocols/SkypeWeb/src/skype_history_sync.cpp index 146b925ba2..11c731ec23 100644 --- a/protocols/SkypeWeb/src/skype_history_sync.cpp +++ b/protocols/SkypeWeb/src/skype_history_sync.cpp @@ -129,7 +129,7 @@ void CSkypeProto::OnSyncConversations(MHttpResponse *response, AsyncHttpRequest* if (hContact != NULL) { auto lastMsgTime = getLastTime(hContact); if (lastMsgTime && lastMsgTime < id && bAutoHistorySync) - PushRequest(new GetHistoryRequest(hContact, szSkypename, 100, lastMsgTime, true)); + PushRequest(new GetHistoryRequest(hContact, szSkypename, 100, lastMsgTime, false)); } } } -- cgit v1.2.3