aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/import.php3
1 files changed, 3 insertions, 0 deletions
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]