diff --git a/app/models/custom_emoji.rb b/app/models/custom_emoji.rb index d3cc70504..1aa1b5e34 100644 --- a/app/models/custom_emoji.rb +++ b/app/models/custom_emoji.rb @@ -29,7 +29,7 @@ class CustomEmoji < ApplicationRecord has_one :local_counterpart, -> { where(domain: nil) }, class_name: 'CustomEmoji', primary_key: :shortcode, foreign_key: :shortcode - has_attached_file :image, styles: { static: { format: 'png', convert_options: '-coalesce -strip' } } + has_attached_file :image, styles: { static: { format: 'png', convert_options: '-coalesce' } } before_validation :downcase_domain