1
0
Fork 0

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
1 changed files with 1 additions and 1 deletions

View File

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