From 0053775bd456fbd14568919012c2d68248e51863 Mon Sep 17 00:00:00 2001 From: Shlee Date: Sat, 14 May 2022 19:43:28 +0930 Subject: [PATCH] Update Inbox.php --- app/Util/ActivityPub/Inbox.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Util/ActivityPub/Inbox.php b/app/Util/ActivityPub/Inbox.php index 25e3f186b..331fd52c1 100644 --- a/app/Util/ActivityPub/Inbox.php +++ b/app/Util/ActivityPub/Inbox.php @@ -667,6 +667,7 @@ class Inbox if($story) { StoryExpire::dispatch($story)->onQueue('story'); } + break; default: return;