Update AP job

pull/1573/head
Daniel Supernault 6 years ago
parent 14d43c2a7e
commit 610d51c2ec
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -57,7 +57,7 @@ class StatusActivityPubDeliver implements ShouldQueue
$audience = $status->profile->getAudienceInbox();
if(empty($audience) || !in_array($status->scope, ['public', 'unlisted', 'private']) {
if(empty($audience) || !in_array($status->scope, ['public', 'unlisted', 'private'])) {
// Return on profiles with no remote followers
return;
}

Loading…
Cancel
Save