aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Storage/File.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-04-06 20:25:52 -0700
committerredmatrix <git@macgirvin.com>2016-04-06 20:25:52 -0700
commitaa0412d83bd4ffb1e5208020ccae269e7cc13a3b (patch)
treeb7df9b1ca4f29414a9c9e7f6f11648417a82a20c /Zotlabs/Storage/File.php
parent861f5232d3b6c5bd2cf8bd895f57424b730ce270 (diff)
downloadvolse-hubzilla-aa0412d83bd4ffb1e5208020ccae269e7cc13a3b.tar.gz
volse-hubzilla-aa0412d83bd4ffb1e5208020ccae269e7cc13a3b.tar.bz2
volse-hubzilla-aa0412d83bd4ffb1e5208020ccae269e7cc13a3b.zip
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).
Diffstat (limited to 'Zotlabs/Storage/File.php')
-rw-r--r--Zotlabs/Storage/File.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/Zotlabs/Storage/File.php b/Zotlabs/Storage/File.php
index a4bf3f49d..5c3dcd9c6 100644
--- a/Zotlabs/Storage/File.php
+++ b/Zotlabs/Storage/File.php
@@ -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)));
+
}
/**