use the explicit form of build_sync_packet so that file/photo sync will work even when the actual observer is a guest (with permission to upload).
This commit is contained in:
@@ -205,6 +205,12 @@ class File extends DAV\Node implements DAV\IFile {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
$sync = attach_export_data($c[0],$this->data['hash']);
|
||||
|
||||
if($sync)
|
||||
build_sync_packet($c[0]['channel_id'],array('file' => array($sync)));
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user