From beb1f6c074d7790bd015229afc0daea22e6fedb2 Mon Sep 17 00:00:00 2001 From: MikalaiR Date: Fri, 8 May 2015 15:31:07 +0000 Subject: SkypeWeb: DB utils moved to skype_db.cpp. Messages synchronization refactoring. git-svn-id: http://svn.miranda-ng.org/main/trunk@13484 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/SkypeWeb/src/requests/history.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/SkypeWeb/src/requests/history.h') diff --git a/protocols/SkypeWeb/src/requests/history.h b/protocols/SkypeWeb/src/requests/history.h index 1a1d121686..812df6e927 100644 --- a/protocols/SkypeWeb/src/requests/history.h +++ b/protocols/SkypeWeb/src/requests/history.h @@ -27,7 +27,7 @@ public: << INT_VALUE("startTime", 0) << INT_VALUE("pageSize", pageSize) << CHAR_VALUE("view", "msnp24Equivalent") - << CHAR_VALUE("targetType", "Passport|Skype|Lync|Thread"); + << CHAR_VALUE("targetType", "Passport|Skype|Lync"); Headers << CHAR_VALUE("Accept", "application/json, text/javascript") -- cgit v1.2.3