Explorar el Código

Update ap inbox

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

+ 0 - 2
app/Util/ActivityPub/Inbox.php

@@ -137,8 +137,6 @@ class Inbox
 
     public function handleNoteCreate()
     {
-        return;
-
         $activity = $this->payload['object'];
         $actor = $this->actorFirstOrCreate($this->payload['actor']);
         if(!$actor || $actor->domain == null) {