From 7bcf3e0334b18bf474c4ec72470f6c715f8d70c3 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sat, 24 Dec 2022 06:14:41 -0700 Subject: [PATCH] Update AP Inbox --- app/Util/ActivityPub/Inbox.php | 2 -- 1 file changed, 2 deletions(-) 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;