From b54d90d4053b1d400cb7093e773cd1a27c22c14c Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Wed, 19 Mar 2025 03:16:53 -0600 Subject: [PATCH] Lint --- app/Util/ActivityPub/Inbox.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Util/ActivityPub/Inbox.php b/app/Util/ActivityPub/Inbox.php index 6621b4667..7d62efc7f 100644 --- a/app/Util/ActivityPub/Inbox.php +++ b/app/Util/ActivityPub/Inbox.php @@ -622,7 +622,7 @@ class Inbox RelationshipService::refresh($actor->id, $target->id); AccountService::del($actor->id); AccountService::del($target->id); - return; + } public function handleAnnounceActivity() @@ -874,7 +874,7 @@ class Inbox FollowRequest::whereFollowerId($profile->id)->whereFollowingId($actor->id)->forceDelete(); RelationshipService::refresh($actor->id, $profile->id); - return; + } public function handleUndoActivity()