mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-11 14:40:46 +00:00
Update LikePipeline, fix typo
This commit is contained in:
parent
6b3c5f94c3
commit
1b9c1bfa34
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