Explorar el Código

Merge pull request #3460 from shleeable/staging-6

Update Inbox.php - add missing break on case
daniel hace 3 años
padre
commit
8b594acfb2
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;