From 3190ecb601049746aa2f9a05f45e4b63b89a7677 Mon Sep 17 00:00:00 2001 From: r888888888 Date: Tue, 4 Apr 2017 12:44:30 -0700 Subject: [PATCH] dont autoremove animated_gif and animated_png tags on update #2500 --- app/models/post.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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