forked from mirror/pixelfed
Update ap inbox
This commit is contained in:
parent
a5a5224d0d
commit
2a5e95f64f
1 changed files with 0 additions and 2 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue