1
0
Daniel Supernault 5 жил өмнө
parent
commit
7c0426ab2c

+ 1 - 1
app/Util/ActivityPub/Inbox.php

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