Merge pull request #4024 from pixelfed/staging

Update StatusTagsPipeline
pull/4026/head
daniel 2 years ago committed by GitHub
commit bb2ade45ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save