|
|
@ -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;
|
|
|
|