1
0
Fork 0

Update AP inbox

This commit is contained in:
Daniel Supernault 2019-10-07 03:39:56 -06:00
parent d85cdd13de
commit 7c0426ab2c
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
$profile = Helpers::profileFetch($actor);
$status = Status::whereProfileId($profile->id)
->whereUri($id)
->orWhereUrl($id)
->orWhere('url', $id)
->orWhere('object_url', $id)
->first();
if(!$status) {