Update AP Inbox

pull/2898/head
Daniel Supernault 4 years ago
parent 4c662ff55c
commit 1f45580f18
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -63,7 +63,6 @@ class Inbox
switch ($verb) {
case 'Add':
if(AddValidator::validate($this->payload) == false) { return; }
$this->handleAddActivity();
break;
@ -167,7 +166,7 @@ class Inbox
switch($obj['type']) {
case 'Story':
StoryFetch::dispatch($this->payload)->onQueue('story');
StoryFetch::dispatchNow($this->payload);
break;
}
}

Loading…
Cancel
Save