forked from mirror/pixelfed
Merge pull request #3460 from shleeable/staging-6
Update Inbox.php - add missing break on case
This commit is contained in:
commit
8b594acfb2
|
@ -667,6 +667,7 @@ class Inbox
|
|||
if($story) {
|
||||
StoryExpire::dispatch($story)->onQueue('story');
|
||||
}
|
||||
break;
|
||||
|
||||
default:
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue