瀏覽代碼

Update AP Inbox

Daniel Supernault 2 年之前
父節點
當前提交
7bcf3e0334
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      app/Util/ActivityPub/Inbox.php

+ 0 - 2
app/Util/ActivityPub/Inbox.php

@@ -687,8 +687,6 @@ class Inbox
 						}
 						}
 						$status = Status::whereProfileId($profile->id)
 						$status = Status::whereProfileId($profile->id)
 							->whereUri($id)
 							->whereUri($id)
-							->orWhere('url', $id)
-							->orWhere('object_url', $id)
 							->first();
 							->first();
 						if(!$status) {
 						if(!$status) {
 							return;
 							return;