Update ap inbox

This commit is contained in:
Daniel Supernault 2019-09-08 21:55:06 -06:00
parent b20a2bc9ae
commit ea37c0ca86
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

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