mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-02-02 18:00:47 +00:00
Update StatusTagsPipeline
This commit is contained in:
parent
bf86ed6ff7
commit
260360ebd5
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