瀏覽代碼

Update Inbox

Daniel Supernault 6 年之前
父節點
當前提交
f5701e8714
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      app/Util/ActivityPub/Inbox.php

+ 2 - 0
app/Util/ActivityPub/Inbox.php

@@ -243,6 +243,8 @@ class Inbox
 
     public function handleAcceptActivity()
     {
+        return;
+        
         $actor = $this->payload['actor'];
         $obj = $this->payload['object'];
         switch ($obj['type']) {