From 67534a5482db4c38e82a334a315fd4f14935cc59 Mon Sep 17 00:00:00 2001 From: nonamethanks Date: Sun, 28 Aug 2022 00:52:32 +0200 Subject: [PATCH] Modqueue: remove self_upload from highlighted tags --- 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 7613ddd96..6a5b537f9 100644 --- a/config/danbooru_default_config.rb +++ b/config/danbooru_default_config.rb @@ -362,7 +362,7 @@ 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 screenshot + %w[hard_translated nude_filter third-party_edit screenshot anime_screencap duplicate image_sample md5_mismatch resized upscaled downscaled resolution_mismatch source_larger source_smaller] end