forked from mirror/pixelfed
Fix AP fanout
This commit is contained in:
parent
8235589276
commit
14d43ba845
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ class StatusActivityPubDeliver implements ShouldQueue
|
||||||
{
|
{
|
||||||
$status = $this->status;
|
$status = $this->status;
|
||||||
|
|
||||||
if($status->local == true || $status->url || $status->uri) {
|
if($status->local == false || $status->url || $status->uri) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue