mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02: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) {
|
if($story) {
|
||||||
StoryExpire::dispatch($story)->onQueue('story');
|
StoryExpire::dispatch($story)->onQueue('story');
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Reference in a new issue