blacklists: remove ability for mods to blacklist uploaders by name.

This commit is contained in:
evazion
2020-02-16 03:51:48 -06:00
parent b591353773
commit caf54fe45a
5 changed files with 2 additions and 14 deletions

View File

@@ -112,10 +112,6 @@ module PostSets
end
end
def posts=(set_posts)
@posts = set_posts
end
def unknown_post_count?
post_count == Danbooru.config.blank_tag_search_fast_count
end