1
0
Daniel Supernault 2 жил өмнө
parent
commit
7bcf3e0334

+ 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;