update file thumbnails when imported/synced
This commit is contained in:
parent
5b436d8fc3
commit
94212766cc
@ -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