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

Fix AP fanout
This commit is contained in:
daniel 2018-12-25 15:22:07 -07:00 committed by GitHub
commit e61e5f20e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,7 @@ class StatusActivityPubDeliver implements ShouldQueue
{
$status = $this->status;
if($status->local == true || $status->url || $status->uri) {
if($status->local == false || $status->url || $status->uri) {
return;
}