From ac8bed8f05473bf773b9729d5acef4b49dde3682 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Tue, 22 Dec 2015 19:00:27 +0000 Subject: Steam: Various fixes to loading offline messages git-svn-id: http://svn.miranda-ng.org/main/trunk@15933 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Steam/src/api/history.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'protocols/Steam/src/api/history.h') diff --git a/protocols/Steam/src/api/history.h b/protocols/Steam/src/api/history.h index fc3c7c8a6b..86e29a6da2 100644 --- a/protocols/Steam/src/api/history.h +++ b/protocols/Steam/src/api/history.h @@ -20,7 +20,8 @@ public: AddParameter("access_token", token); AddParameter("steamid1", steamId); AddParameter("steamid2", who); - AddParameter("rtime32_start_time=%d", since); + // Steam somehow doesn't respect too precise start time parameter, so we better request older time and then do own filtering again + AddParameter("rtime32_start_time=%d", since - 1500); } }; -- cgit v1.2.3