ソースを参照

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