Update StatusPipeline

pull/1044/head
Daniel Supernault 6 years ago
parent 329591d69b
commit ce519c1ad5
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -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…
Cancel
Save