Browse Source

Update LikePipeline, fix typo

Daniel Supernault 5 years ago
parent
commit
1b9c1bfa34
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Jobs/LikePipeline/LikePipeline.php

+ 1 - 1
app/Jobs/LikePipeline/LikePipeline.php

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