Merge pull request #4008 from pixelfed/staging

Update AP Inbox
pull/4009/head
daniel 2022-12-24 06:15:23 -07:00 zatwierdzone przez GitHub
commit 8ff4e72955
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

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