diff --git a/app/models/post.rb b/app/models/post.rb index 1f35ad4de..77ae3b4d9 100644 --- a/app/models/post.rb +++ b/app/models/post.rb @@ -636,7 +636,7 @@ class Post < ActiveRecord::Base def add_automatic_tags(tags) return tags if !Danbooru.config.enable_dimension_autotagging - tags -= %w(incredibly_absurdres absurdres highres lowres huge_filesize animated_gif animated_png flash webm mp4) + tags -= %w(incredibly_absurdres absurdres highres lowres huge_filesize flash webm mp4) if has_dimensions? if image_width >= 10_000 || image_height >= 10_000