From 94e92bb4bf40d84c79777f0791670bf05a971f7c Mon Sep 17 00:00:00 2001 From: zotlabs Date: Sat, 30 Dec 2017 23:15:47 -0800 Subject: update file thumbnails when imported/synced --- include/import.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/import.php b/include/import.php index a5e8adeb5..496bcd89e 100644 --- a/include/import.php +++ b/include/import.php @@ -1328,6 +1328,9 @@ function sync_files($channel, $files) { } } } + + \Zotlabs\Daemon\Master::Summon([ 'Thumbnail' , $att['hash'] ]); + if($f['item']) { sync_items($channel,$f['item'], ['channel_address' => $original_channel,'url' => $oldbase] -- cgit v1.2.3