Explorar el Código

Update Inbox, fix typo

Daniel Supernault hace 5 años
padre
commit
2e345687d9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Util/ActivityPub/Inbox.php

+ 1 - 1
app/Util/ActivityPub/Inbox.php

@@ -289,7 +289,7 @@ class Inbox
         if(!isset(
             $this->payload['actor'], 
             $this->payload['object'], 
-            $this->payload['object']['id']
+            $this->payload['object']['id'],
             $this->payload['object']['type']
         )) {
             return;