1
0
mirror of https://github.com/glitch-soc/mastodon.git synced 2025-02-13 06:03:49 -05:00
Claire b715cede4d
Fix mailer jobs for deleted notifications erroring out ()
Fixes an oversight in the Rails 6 migration
2021-05-24 03:02:46 +02:00

4 lines
93 B
Ruby

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