Explorar o código

Update AP Inbox, remove trailing comma

Daniel Supernault %!s(int64=5) %!d(string=hai) anos
pai
achega
5c44354880
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Util/ActivityPub/Inbox.php

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

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