1
0
mirror of https://github.com/whippyshou/mastodon synced 2024-11-25 07:37:08 +09:00
whippy-edition/config/initializers/mail_delivery_job.rb

4 lines
93 B
Ruby
Raw Normal View History

ActionMailer::MailDeliveryJob.class_eval do
discard_on ActiveJob::DeserializationError
end