kopia lustrzana https://github.com/pixelfed/pixelfed
commit
8ff4e72955
|
@ -687,8 +687,6 @@ class Inbox
|
|||
}
|
||||
$status = Status::whereProfileId($profile->id)
|
||||
->whereUri($id)
|
||||
->orWhere('url', $id)
|
||||
->orWhere('object_url', $id)
|
||||
->first();
|
||||
if(!$status) {
|
||||
return;
|
||||
|
|
Ładowanie…
Reference in New Issue