Commit 1f6ba8b4 authored by mku's avatar mku

ZP-150 #comment Inline images can not be downloaded with Windows Phone 7.5 or...

ZP-150 #comment Inline images can not be downloaded with Windows Phone 7.5 or Samsung Galaxy S2 removed multipart for SYNC_AIRSYNBASE_DATA in syncbasebody #time 30m

git-svn-id: https://z-push.org/svn/z-push/trunk@1416 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
parent f5823fdd
......@@ -56,8 +56,7 @@ class SyncBaseBody extends SyncObject {
SYNC_AIRSYNCBASE_TYPE => array (self::STREAMER_VAR => "type"),
SYNC_AIRSYNCBASE_ESTIMATEDDATASIZE => array (self::STREAMER_VAR => "estimatedDataSize"),
SYNC_AIRSYNCBASE_TRUNCATED => array (self::STREAMER_VAR => "truncated"),
SYNC_AIRSYNCBASE_DATA => array (self::STREAMER_VAR => "data",
self::STREAMER_PROP => self::STREAMER_TYPE_MULTIPART), //TODO data should be of a type stream
SYNC_AIRSYNCBASE_DATA => array (self::STREAMER_VAR => "data"), // TODO data should be of a type stream
);
if(Request::GetProtocolVersion() >= 14.0) {
$mapping[SYNC_AIRSYNCBASE_PREVIEW] = array (self::STREAMER_VAR => "preview");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment