summaryrefslogtreecommitdiff
path: root/protocols/SkypeWeb/src/requests/history.h
diff options
context:
space:
mode:
authorMikalaiR <nikolay.romanovich@narod.ru>2015-05-08 15:31:07 +0000
committerMikalaiR <nikolay.romanovich@narod.ru>2015-05-08 15:31:07 +0000
commitbeb1f6c074d7790bd015229afc0daea22e6fedb2 (patch)
tree9a8ef717be6f78f96dd99845fafdc6084574c5d5 /protocols/SkypeWeb/src/requests/history.h
parent033e0683934e31341a9a28ae1a7fac17fba9215f (diff)
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
Diffstat (limited to 'protocols/SkypeWeb/src/requests/history.h')
-rw-r--r--protocols/SkypeWeb/src/requests/history.h2
1 files changed, 1 insertions, 1 deletions
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")