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