Merge pull request #4008 from pixelfed/staging

Update AP Inbox
This commit is contained in:
daniel 2022-12-24 06:15:23 -07:00 committed by GitHub
commit 8ff4e72955
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -687,8 +687,6 @@ class Inbox
}
$status = Status::whereProfileId($profile->id)
->whereUri($id)
->orWhere('url', $id)
->orWhere('object_url', $id)
->first();
if(!$status) {
return;