Browse Source

Update Inbox worker

Daniel Supernault 5 years ago
parent
commit
f059d2fdd1
1 changed files with 1 additions and 1 deletions
  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;
         }