Update StatusDelete.php

pull/6501/head
Shlee 5 months ago committed by GitHub
parent 971050b134
commit 1466d4ef7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -181,7 +181,7 @@ class StatusDelete implements ShouldQueue
$profile = $status->profile()->withTrashed()->first(); $profile = $status->profile()->withTrashed()->first();
if (! $profile) { if (! $profile) {
return $this->unlinkRemoveMedia($status); return
} }
$audience = $status->profile->getAudienceInbox(); $audience = $status->profile->getAudienceInbox();

Loading…
Cancel
Save