diff --git a/app/Util/ActivityPub/Inbox.php b/app/Util/ActivityPub/Inbox.php index f04e1b01b..f751809c9 100644 --- a/app/Util/ActivityPub/Inbox.php +++ b/app/Util/ActivityPub/Inbox.php @@ -687,8 +687,6 @@ class Inbox } $status = Status::whereProfileId($profile->id) ->whereUri($id) - ->orWhere('url', $id) - ->orWhere('object_url', $id) ->first(); if(!$status) { return;