From 92504cb8f3d9852fa58ed785b3667e6bc30fd705 Mon Sep 17 00:00:00 2001 From: evazion Date: Wed, 31 Jul 2019 19:22:14 -0500 Subject: [PATCH] Fix #4075: Add non-web_source to default tags removed by replacement. --- 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 7d131957e..4172b1e7d 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|source_request)\z/i + tag =~ /\A(?:replaceme|.*_sample|resized|upscaled|downscaled|md5_mismatch|jpeg_artifacts|corrupted_image|source_request|non-web_source)\z/i end # Posts with these tags will be highlighted yellow in the modqueue.