Browse Source

Update ap inbox

Daniel Supernault 6 years ago
parent
commit
2a5e95f64f
1 changed files with 0 additions and 2 deletions
  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) {