forked from mirror/pixelfed
Update LikePipeline, fix typo
This commit is contained in:
parent
1b9c1bfa34
commit
813ef12329
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ class LikePipeline implements ShouldQueue
|
|||
return;
|
||||
}
|
||||
|
||||
if($status->url && $actor->domain !== null) {
|
||||
if($status->url && $actor->domain == null) {
|
||||
return $this->remoteLikeDeliver();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue