1
0
Fork 0

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
1 changed files with 1 additions and 1 deletions

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