mirror of https://github.com/pixelfed/pixelfed.git
Merge pull request #4151 from pixelfed/staging
Update MediaStorageService, fix improper path
This commit is contained in:
commit
e62320085f
|
@ -176,7 +176,7 @@ class MediaStorageService {
|
||||||
$file = $disk->putFileAs($base, new File($tmpName), $path, 'public');
|
$file = $disk->putFileAs($base, new File($tmpName), $path, 'public');
|
||||||
$permalink = $disk->url($file);
|
$permalink = $disk->url($file);
|
||||||
|
|
||||||
$media->media_path = $base . $path;
|
$media->media_path = $file;
|
||||||
$media->cdn_url = $permalink;
|
$media->cdn_url = $permalink;
|
||||||
$media->original_sha256 = $hash;
|
$media->original_sha256 = $hash;
|
||||||
$media->replicated_at = now();
|
$media->replicated_at = now();
|
||||||
|
|
Loading…
Reference in New Issue