浏览代码

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