mirror of
https://github.com/glitch-soc/mastodon.git
synced 2026-03-29 03:00:33 +02:00
Merge commit '19bc3e76ea1d7fa2d9af711613a77fc0f5f0d1b5' into glitch-soc/main
Conflicts: - `app/helpers/theme_helper.rb`: Upstream added a helper to insert javascript tags, close to where we had modified code. Ported upstream's change.
This commit is contained in:
@@ -16,8 +16,7 @@ module Paperclip
|
||||
# if we're processing the original, close + unlink the source tempfile
|
||||
intermediate_files << original if name == :original
|
||||
|
||||
@queued_for_write[name] = style.processors
|
||||
.inject(original) do |file, processor|
|
||||
@queued_for_write[name] = style.processors.inject(original) do |file, processor|
|
||||
file = Paperclip.processor(processor).make(file, style.processor_options, self)
|
||||
intermediate_files << file unless file == original
|
||||
file
|
||||
|
||||
Reference in New Issue
Block a user