fix: check content disposition, for inline messages in mail (#7231)
This commit is contained in:
@@ -70,6 +70,8 @@ class MailPresenter < SimpleDelegator
|
||||
}
|
||||
end
|
||||
|
||||
# check content disposition check
|
||||
# if inline, upload to AWS and and take the URL
|
||||
def attachments
|
||||
# ref : https://github.com/gorails-screencasts/action-mailbox-action-text/blob/master/app/mailboxes/posts_mailbox.rb
|
||||
mail.attachments.map do |attachment|
|
||||
|
||||
Reference in New Issue
Block a user