1
0
Daniel Supernault 6 жил өмнө
parent
commit
e3da7bfca3

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

@@ -143,9 +143,9 @@ class Inbox
             return;
         }
 
-        if(Helpers::userInAudience($this->profile, $this->payload) == false) {
-            return;
-        }
+        // if(Helpers::userInAudience($this->profile, $this->payload) == false) {
+        //     return;
+        // }
 
         $url = $activity['id'];
         if(Status::whereUrl($url)->exists()) {