1
0
Daniel Supernault 6 жил өмнө
parent
commit
f5701e8714

+ 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']) {