mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 08:44:49 +00:00
commit
8ff4e72955
1 changed files with 0 additions and 2 deletions
|
@ -687,8 +687,6 @@ class Inbox
|
||||||
}
|
}
|
||||||
$status = Status::whereProfileId($profile->id)
|
$status = Status::whereProfileId($profile->id)
|
||||||
->whereUri($id)
|
->whereUri($id)
|
||||||
->orWhere('url', $id)
|
|
||||||
->orWhere('object_url', $id)
|
|
||||||
->first();
|
->first();
|
||||||
if(!$status) {
|
if(!$status) {
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue