Fix #4075: Add non-web_source to default tags removed by replacement.
This commit is contained in:
@@ -546,7 +546,7 @@ module Danbooru
|
|||||||
|
|
||||||
# Should return true if the given tag should be suggested for removal in the post replacement dialog box.
|
# Should return true if the given tag should be suggested for removal in the post replacement dialog box.
|
||||||
def remove_tag_after_replacement?(tag)
|
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
|
end
|
||||||
|
|
||||||
# Posts with these tags will be highlighted yellow in the modqueue.
|
# Posts with these tags will be highlighted yellow in the modqueue.
|
||||||
|
|||||||
Reference in New Issue
Block a user