1
0
Эх сурвалжийг харах

Merge pull request #4024 from pixelfed/staging

Update StatusTagsPipeline
daniel 2 жил өмнө
parent
commit
bb2ade45ce

+ 1 - 1
app/Jobs/StatusPipeline/StatusTagsPipeline.php

@@ -66,7 +66,7 @@ class StatusTagsPipeline implements ShouldQueue
 
 			if(count($banned)) {
                 if(in_array(strtolower($name), array_map('strtolower', $banned))) {
-                    continue;
+                   	return;
                 }
             }