Pārlūkot izejas kodu

Update AP Inbox

Daniel Supernault 2 gadi atpakaļ
vecāks
revīzija
7bcf3e0334
1 mainītis faili ar 0 papildinājumiem un 2 dzēšanām
  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)
 							->whereUri($id)
-							->orWhere('url', $id)
-							->orWhere('object_url', $id)
 							->first();
 						if(!$status) {
 							return;