diff --git a/config/danbooru_default_config.rb b/config/danbooru_default_config.rb index b2ff091e6..4185096d4 100644 --- a/config/danbooru_default_config.rb +++ b/config/danbooru_default_config.rb @@ -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