瀏覽代碼

Update Inbox, fix typo

Daniel Supernault 5 年之前
父節點
當前提交
2e345687d9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Util/ActivityPub/Inbox.php

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

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