Fix AP fanout

This commit is contained in:
Daniel Supernault 2018-12-25 15:21:25 -07:00
parent 8235589276
commit 14d43ba845
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
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;
}