Browse Source

Update Inbox, fix typo

Daniel Supernault 5 years ago
parent
commit
2e345687d9
1 changed files with 1 additions and 1 deletions
  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;