mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-22 04:53:17 +00:00
Merge pull request #4024 from pixelfed/staging
Update StatusTagsPipeline
This commit is contained in:
commit
bb2ade45ce
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue