mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-25 17:26:43 +00:00
Merge pull request #679 from pixelfed/frontend-ui-refactor
Fix AP fanout
This commit is contained in:
commit
e61e5f20e0
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