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
b20a2bc9ae
commit
ea37c0ca86
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@ class Inbox
|
|||
break;
|
||||
|
||||
case 'Tombstone':
|
||||
$status = Status::whereUri($id)->first();
|
||||
$status = Status::whereUri($id)->orWhere('object_url', $id)->first();
|
||||
if(!$status) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue