Skip to content

Commit

Permalink
Properly remove tIME chunk from PNG uploads (#27111)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEssem authored and ClearlyClaire committed Oct 10, 2023
1 parent 47441e5 commit f45b5f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/media_attachment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ class MediaAttachment < ApplicationRecord
}.freeze

GLOBAL_CONVERT_OPTIONS = {
all: '-quality 90 -strip +set modify-date +set create-date',
all: '-quality 90 -strip +set date:modify +set date:create +set date:timestamp',
}.freeze

belongs_to :account, inverse_of: :media_attachments, optional: true
Expand Down

0 comments on commit f45b5f5

Please sign in to comment.