From a62002735aa53cf185bb8bc8c0fdc91d8a49f433 Mon Sep 17 00:00:00 2001 From: MikalaiR Date: Sun, 19 Apr 2015 18:51:00 +0000 Subject: SkypeWeb: New messages fix(?). git-svn-id: http://svn.miranda-ng.org/main/trunk@12942 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/SkypeWeb/src/requests/messages.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/SkypeWeb') diff --git a/protocols/SkypeWeb/src/requests/messages.h b/protocols/SkypeWeb/src/requests/messages.h index 7706bd9ae2..3aba9a4fc4 100644 --- a/protocols/SkypeWeb/src/requests/messages.h +++ b/protocols/SkypeWeb/src/requests/messages.h @@ -107,7 +107,7 @@ public: << CHAR_VALUE("Content-Type", "application/json; charset=UTF-8"); CMStringA data; - data.AppendFormat("{\"consumptionhorizon\":\"%lld;%lld000;%lld\"}", msgTimestamp, time(NULL), msgId); + data.AppendFormat("{\"consumptionhorizon\":\"%lld000;%lld000;%lld000\"}", msgTimestamp, time(NULL), msgId); Body << VALUE(data); } }; -- cgit v1.2.3