瀏覽代碼

Update Inbox worker

Daniel Supernault 5 年之前
父節點
當前提交
f059d2fdd1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Util/ActivityPub/Inbox.php

+ 1 - 1
app/Util/ActivityPub/Inbox.php

@@ -183,7 +183,7 @@ class Inbox
                 ->exists() ||
             FollowRequest::whereFollowerId($actor->id)
                 ->whereFollowingId($target->id)
-                ->exists();
+                ->exists()
         ) {
             return;
         }