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:
parent
d85cdd13de
commit
7c0426ab2c
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue