Browse Source

Update Inbox

Daniel Supernault 6 years ago
parent
commit
f5701e8714
1 changed files with 2 additions and 0 deletions
  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']) {