Override received 'content' if we saving thumbnail in filesystem

This commit is contained in:
Max Kostikov 2019-04-12 16:27:58 +02:00
parent 26e35344d0
commit 852343f254

View File

@ -1426,6 +1426,7 @@ function sync_files($channel, $files) {
else {
$p['os_storage'] = 1;
$p['os_syspath'] = $stored_image;
$p['content'] = $stored_image;
}
}