فهرست منبع

Update ap inbox

Daniel Supernault 6 سال پیش
والد
کامیت
e3da7bfca3
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  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()) {