Don't mark cosplay/style tags as low post count

This commit is contained in:
nonamethanks
2021-02-15 20:05:51 +01:00
parent 39cc3ed5cf
commit 182d4e1927

View File

@@ -36,7 +36,7 @@ class TagListComponent < ApplicationComponent
end
def is_underused_tag?(tag)
tag.post_count <= 1 && tag.general?
tag.post_count <= 1 && tag.general? && tag.name !~ /_\((cosplay|style)\)\z/
end
def humanized_post_count(tag)