about summary refs log tree commit diff
path: root/app/models/concerns/account_header.rb
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2021-05-12 11:39:55 +0200
committerGitHub <noreply@github.com>2021-05-12 11:39:55 +0200
commitdb2f6fa49b1a704c66be3f0ea04a440cde80cf50 (patch)
tree705571dd7a856c57f23dfd02917c115a887ca525 /app/models/concerns/account_header.rb
parentffc3f8eebe134ca9b18af73aa29eaa1627082e40 (diff)
parent671a95c545bf7b47d74e1021b76d17bbf44cc5cc (diff)
Merge pull request #1535 from ClearlyClaire/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'app/models/concerns/account_header.rb')
-rw-r--r--app/models/concerns/account_header.rb2
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