forked from mirror/pixelfed
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;
|
break;
|
||||||
|
|
||||||
case 'Tombstone':
|
case 'Tombstone':
|
||||||
$status = Status::whereUri($id)->first();
|
$status = Status::whereUri($id)->orWhere('object_url', $id)->first();
|
||||||
if(!$status) {
|
if(!$status) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue