mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update AP Inbox
This commit is contained in:
parent
2865f59a79
commit
7bcf3e0334
1 changed files with 0 additions and 2 deletions
|
@ -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…
Reference in a new issue