瀏覽代碼

Merge pull request #3460 from shleeable/staging-6

Update Inbox.php - add missing break on case
daniel 3 年之前
父節點
當前提交
8b594acfb2
共有 1 個文件被更改,包括 1 次插入0 次删除
  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;