mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Merge pull request #3460 from shleeable/staging-6
Update Inbox.php - add missing break on case
This commit is contained in:
commit
8b594acfb2
1 changed files with 1 additions and 0 deletions
|
@ -667,6 +667,7 @@ class Inbox
|
|||
if($story) {
|
||||
StoryExpire::dispatch($story)->onQueue('story');
|
||||
}
|
||||
break;
|
||||
|
||||
default:
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue