Update AP Inbox

This commit is contained in:
Daniel Supernault 2022-12-24 06:14:41 -07:00
parent 2865f59a79
commit 7bcf3e0334
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 0 additions and 2 deletions

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;