Ver Fonte

Update Inbox

Daniel Supernault há 6 anos atrás
pai
commit
f5701e8714
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      app/Util/ActivityPub/Inbox.php

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

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