Explorar o código

Merge pull request #4008 from pixelfed/staging

Update AP Inbox
daniel %!s(int64=2) %!d(string=hai) anos
pai
achega
8ff4e72955
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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;