Merge pull request #4024 from pixelfed/staging

Update StatusTagsPipeline
This commit is contained in:
daniel 2022-12-27 14:24:37 -07:00 committed by GitHub
commit bb2ade45ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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