Browse Source

Update Inbox

Daniel Supernault 6 năm trước cách đây
mục cha
commit
f5701e8714
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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']) {