update file thumbnails when imported/synced
This commit is contained in:
parent
3fadedcc54
commit
94e92bb4bf
@ -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]
|
||||
|
Reference in New Issue
Block a user