1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00

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

View file

@ -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) {