1
0
Fork 0

Update ap inbox

This commit is contained in:
Daniel Supernault 2019-07-26 22:47:51 -06:00
parent a5a5224d0d
commit 2a5e95f64f
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 0 additions and 2 deletions

View File

@ -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) {