1
0
Fork 0

Update LikePipeline, fix typo

This commit is contained in:
Daniel Supernault 2019-12-14 20:34:56 -07:00
parent 1b9c1bfa34
commit 813ef12329
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ class LikePipeline implements ShouldQueue
return;
}
if($status->url && $actor->domain !== null) {
if($status->url && $actor->domain == null) {
return $this->remoteLikeDeliver();
}