mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +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;
|
||||
|
||||
if($status->local == true || $status->url || $status->uri) {
|
||||
if($status->local == false || $status->url || $status->uri) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue