Browse Source

Update ap inbox

Daniel Supernault 6 years ago
parent
commit
e3da7bfca3
1 changed files with 3 additions and 3 deletions
  1. 3 3
      app/Util/ActivityPub/Inbox.php

+ 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()) {