ソースを参照

Merge pull request #4024 from pixelfed/staging

Update StatusTagsPipeline
daniel 2 年 前
コミット
bb2ade45ce
1 ファイル変更1 行追加1 行削除
  1. 1 1
      app/Jobs/StatusPipeline/StatusTagsPipeline.php

+ 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;
                 }
             }