Fix #3492: Add corrupted_image to list of default removed tags for replacements.

This commit is contained in:
evazion
2018-01-03 17:44:59 -06:00
parent af6ab74f8d
commit 7c8cfc1e31

View File

@@ -460,7 +460,7 @@ module Danbooru
# Should return true if the given tag should be suggested for removal in the post replacement dialog box.
def remove_tag_after_replacement?(tag)
tag =~ /replaceme|.*_sample|resized|upscaled|downscaled|md5_mismatch|jpeg_artifacts/i
tag =~ /replaceme|.*_sample|resized|upscaled|downscaled|md5_mismatch|jpeg_artifacts|corrupted_image/i
end
def shared_dir_path