forked from mirror/pixelfed
Update StatusPipeline
This commit is contained in:
parent
329591d69b
commit
ce519c1ad5
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ class StatusActivityPubDeliver implements ShouldQueue
|
||||||
|
|
||||||
$audience = $status->profile->getAudienceInbox();
|
$audience = $status->profile->getAudienceInbox();
|
||||||
|
|
||||||
if(empty($audience)) {
|
if(empty($audience) || $status->visibility != 'public') {
|
||||||
// Return on profiles with no remote followers
|
// Return on profiles with no remote followers
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue