From 50cb30215ad27276941037f5c7d2462069c7d9cf Mon Sep 17 00:00:00 2001 From: evazion Date: Wed, 21 Sep 2022 22:53:29 -0500 Subject: [PATCH] modqueue: add `ai-generated` to list of warning 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 807575d66..32771895f 100644 --- a/config/danbooru_default_config.rb +++ b/config/danbooru_default_config.rb @@ -364,7 +364,7 @@ module Danbooru def modqueue_warning_tags %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] + resolution_mismatch source_larger source_smaller ai-generated] end # Whether the Gold account upgrade page should be enabled.