Update AP Inbox

pull/4008/head
Daniel Supernault 2 years ago
parent 2865f59a79
commit 7bcf3e0334
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

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

Loading…
Cancel
Save