Browse Source

Update LikePipeline, fix typo

Daniel Supernault 5 năm trước cách đây
mục cha
commit
1b9c1bfa34
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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();
         }