Update AP inbox

pull/1777/head
Daniel Supernault 5 years ago
parent d85cdd13de
commit 7c0426ab2c
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -326,7 +326,7 @@ class Inbox
$profile = Helpers::profileFetch($actor); $profile = Helpers::profileFetch($actor);
$status = Status::whereProfileId($profile->id) $status = Status::whereProfileId($profile->id)
->whereUri($id) ->whereUri($id)
->orWhereUrl($id) ->orWhere('url', $id)
->orWhere('object_url', $id) ->orWhere('object_url', $id)
->first(); ->first();
if(!$status) { if(!$status) {

Loading…
Cancel
Save