mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
Update AP Inbox
This commit is contained in:
parent
4c662ff55c
commit
1f45580f18
1 changed files with 1 additions and 2 deletions
|
@ -63,7 +63,6 @@ class Inbox
|
||||||
switch ($verb) {
|
switch ($verb) {
|
||||||
|
|
||||||
case 'Add':
|
case 'Add':
|
||||||
if(AddValidator::validate($this->payload) == false) { return; }
|
|
||||||
$this->handleAddActivity();
|
$this->handleAddActivity();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
@ -167,7 +166,7 @@ class Inbox
|
||||||
|
|
||||||
switch($obj['type']) {
|
switch($obj['type']) {
|
||||||
case 'Story':
|
case 'Story':
|
||||||
StoryFetch::dispatch($this->payload)->onQueue('story');
|
StoryFetch::dispatchNow($this->payload);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue