فهرست منبع

Update AP inbox

Daniel Supernault 5 سال پیش
والد
کامیت
7c0426ab2c
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      app/Util/ActivityPub/Inbox.php

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

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