From dc45e6ddcb109f72206bc6d5dddb9886b2efbd71 Mon Sep 17 00:00:00 2001 From: CoreMack Date: Mon, 21 Mar 2022 15:52:20 -0700 Subject: [PATCH] correct modqueue screencap highlighting --- config/danbooru_default_config.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/danbooru_default_config.rb b/config/danbooru_default_config.rb index c051bce39..23c50b5fd 100644 --- a/config/danbooru_default_config.rb +++ b/config/danbooru_default_config.rb @@ -330,8 +330,8 @@ module Danbooru # Posts with these tags will be highlighted in the modqueue. def modqueue_warning_tags - %w[hard_translated self_upload nude_filter third-party_edit screencap - duplicate image_sample md5_mismatch resized upscaled downscaled + %w[hard_translated self_upload nude_filter third-party_edit screenshot + anime_screencap duplicate image_sample md5_mismatch resized upscaled downscaled resolution_mismatch source_larger source_smaller] end