Browse Source

Update ap inbox

Daniel Supernault 6 năm trước cách đây
mục cha
commit
2a5e95f64f
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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) {