Update MediaStorageService, fix improper path

This commit is contained in:
Daniel Supernault 2023-02-03 22:17:53 -07:00
parent 083f506baf
commit 964c62da31
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -176,7 +176,7 @@ class MediaStorageService {
$file = $disk->putFileAs($base, new File($tmpName), $path, 'public');
$permalink = $disk->url($file);
$media->media_path = $base . $path;
$media->media_path = $file;
$media->cdn_url = $permalink;
$media->original_sha256 = $hash;
$media->replicated_at = now();