mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
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();
|
||||
|
||||
if(empty($audience)) {
|
||||
if(empty($audience) || $status->visibility != 'public') {
|
||||
// Return on profiles with no remote followers
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue