From 0801c80662f5e5e0cbaa57f67fceeb64b11d1f72 Mon Sep 17 00:00:00 2001 From: r888888888 Date: Tue, 4 Apr 2017 13:28:17 -0700 Subject: [PATCH] remove animated_gif and animated_png tags on create only #2960 --- app/models/post.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/models/post.rb b/app/models/post.rb index 2cf8b86a8..4ef05b151 100644 --- a/app/models/post.rb +++ b/app/models/post.rb @@ -639,6 +639,7 @@ class Post < ActiveRecord::Base return tags if !Danbooru.config.enable_dimension_autotagging tags -= %w(incredibly_absurdres absurdres highres lowres huge_filesize flash webm mp4) + tags -= %w(animated_gif animated_png) if new_record? if has_dimensions? if image_width >= 10_000 || image_height >= 10_000