From 54f562bf1c522599477bc638ac43411732621c07 Mon Sep 17 00:00:00 2001 From: evazion Date: Sun, 13 Jan 2019 15:06:30 -0600 Subject: [PATCH] Fix #4042: Remove source_request by default when replacing posts. --- config/danbooru_default_config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/danbooru_default_config.rb b/config/danbooru_default_config.rb index 86c540ea2..7d131957e 100644 --- a/config/danbooru_default_config.rb +++ b/config/danbooru_default_config.rb @@ -546,7 +546,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 =~ /\A(?:replaceme|.*_sample|resized|upscaled|downscaled|md5_mismatch|jpeg_artifacts|corrupted_image)\Z/i + tag =~ /\A(?:replaceme|.*_sample|resized|upscaled|downscaled|md5_mismatch|jpeg_artifacts|corrupted_image|source_request)\z/i end # Posts with these tags will be highlighted yellow in the modqueue.