1
0
Fork 0

Update LikePipeline, fix typo

This commit is contained in:
Daniel Supernault 2019-12-14 20:31:26 -07:00
parent 6b3c5f94c3
commit 1b9c1bfa34
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();
}