diff options
author | zotlabs <mike@macgirvin.com> | 2017-11-19 16:56:59 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-11-19 16:56:59 -0800 |
commit | 16f584608f8147a58bfe295ff3295aae0f85b38a (patch) | |
tree | 6ccfd91b8114428cea33b8d5b3293f3f806578db /Zotlabs/Storage/File.php | |
parent | 60fcb5f4f2729e6e164abcb515540cc752881b9b (diff) | |
download | volse-hubzilla-16f584608f8147a58bfe295ff3295aae0f85b38a.tar.gz volse-hubzilla-16f584608f8147a58bfe295ff3295aae0f85b38a.tar.bz2 volse-hubzilla-16f584608f8147a58bfe295ff3295aae0f85b38a.zip |
text thumbnails in cloud tile mode
Diffstat (limited to 'Zotlabs/Storage/File.php')
-rw-r--r-- | Zotlabs/Storage/File.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Zotlabs/Storage/File.php b/Zotlabs/Storage/File.php index 8bf9997ed..37376c177 100644 --- a/Zotlabs/Storage/File.php +++ b/Zotlabs/Storage/File.php @@ -244,6 +244,9 @@ class File extends DAV\Node implements DAV\IFile { } } + \Zotlabs\Daemon\Master::Summon([ 'Thumbnail' , $this->data['hash'] ]); + + $sync = attach_export_data($c[0],$this->data['hash']); if($sync) |