1
0
Fork 0

Merge pull request #1573 from pixelfed/frontend-ui-refactor

Update AP job
This commit is contained in:
daniel 2019-08-07 11:30:05 -06:00 committed by GitHub
commit 982a7e1956
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}