diff options
author | Starfall <us@starfall.systems> | 2021-05-17 21:12:45 -0500 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2021-05-17 21:12:45 -0500 |
commit | 2c6fcb9cf8fbb09e900fc3625837529155f98f4f (patch) | |
tree | b78e5204ef455b25c06cde33e8a6846ac46fcdbf /app/models/concerns/account_header.rb | |
parent | 2523b046523f92ccf12756dce0204926433d1c7f (diff) | |
parent | 567745c1e66593ef46a86dc0bcfe824cefb04f14 (diff) |
Merge branch 'glitch'
Diffstat (limited to 'app/models/concerns/account_header.rb')
-rw-r--r-- | app/models/concerns/account_header.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/concerns/account_header.rb b/app/models/concerns/account_header.rb index 067e166eb..72a3d0566 100644 --- a/app/models/concerns/account_header.rb +++ b/app/models/concerns/account_header.rb @@ -22,7 +22,7 @@ module AccountHeader has_attached_file :header, styles: ->(f) { header_styles(f) }, convert_options: { all: '-strip' }, processors: [:lazy_thumbnail] validates_attachment_content_type :header, content_type: IMAGE_MIME_TYPES validates_attachment_size :header, less_than: LIMIT - remotable_attachment :header, LIMIT + remotable_attachment :header, LIMIT, suppress_errors: false end def header_original_url |