From f059d2fdd105a15e17b660e18c90ab8064a0db0d Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Thu, 21 May 2020 17:45:31 -0600 Subject: [PATCH] Update Inbox worker --- app/Util/ActivityPub/Inbox.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Util/ActivityPub/Inbox.php b/app/Util/ActivityPub/Inbox.php index 025ea88e6..a1e368bdc 100644 --- a/app/Util/ActivityPub/Inbox.php +++ b/app/Util/ActivityPub/Inbox.php @@ -183,7 +183,7 @@ class Inbox ->exists() || FollowRequest::whereFollowerId($actor->id) ->whereFollowingId($target->id) - ->exists(); + ->exists() ) { return; }