mirror of https://github.com/pixelfed/pixelfed.git
Update Inbox.php
This commit is contained in:
parent
8f9d36bd3d
commit
0053775bd4
|
@ -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…
Reference in New Issue