diff options
author | redmatrix <git@macgirvin.com> | 2016-04-06 20:25:52 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-04-06 20:25:52 -0700 |
commit | aa0412d83bd4ffb1e5208020ccae269e7cc13a3b (patch) | |
tree | b7df9b1ca4f29414a9c9e7f6f11648417a82a20c /Zotlabs/Storage/Directory.php | |
parent | 861f5232d3b6c5bd2cf8bd895f57424b730ce270 (diff) | |
download | volse-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/Directory.php')
-rw-r--r-- | Zotlabs/Storage/Directory.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Zotlabs/Storage/Directory.php b/Zotlabs/Storage/Directory.php index 0347ce087..95d7ebf46 100644 --- a/Zotlabs/Storage/Directory.php +++ b/Zotlabs/Storage/Directory.php @@ -335,6 +335,12 @@ class Directory extends DAV\Node implements DAV\ICollection, DAV\IQuota { $p = photo_upload($c[0],\App::get_observer(),$args); } + $sync = attach_export_data($c[0],$hash); + + if($sync) + build_sync_packet($c[0]['channel_id'],array('file' => array($sync))); + + } /** |