ソースを参照

Update AP Inbox, remove trailing comma

Daniel Supernault 5 年 前
コミット
5c44354880
1 ファイル変更1 行追加1 行削除
  1. 1 1
      app/Util/ActivityPub/Inbox.php

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

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