소스 검색

Update LikePipeline, fix typo

Daniel Supernault 5 년 전
부모
커밋
813ef12329
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Jobs/LikePipeline/LikePipeline.php

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

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