Browse Source

Merge pull request #3460 from shleeable/staging-6

Update Inbox.php - add missing break on case
daniel 3 years ago
parent
commit
8b594acfb2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/Util/ActivityPub/Inbox.php

+ 1 - 0
app/Util/ActivityPub/Inbox.php

@@ -667,6 +667,7 @@ class Inbox
 					if($story) {
 						StoryExpire::dispatch($story)->onQueue('story');
 					}
+					break;
 
 				default:
 					return;