Update StatusDelete.php

pull/6501/head
Shlee 5 months ago committed by GitHub
parent 1466d4ef7b
commit 6959dd46db
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();
if (! $profile) {
return
return;
}
$audience = $status->profile->getAudienceInbox();

Loading…
Cancel
Save