forked from mirror/pixelfed
Merge pull request #4024 from pixelfed/staging
Update StatusTagsPipeline
This commit is contained in:
commit
bb2ade45ce
|
@ -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 New Issue