1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-02-11 00:45:17 +00:00

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

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();
}