This website requires JavaScript.
Explore
Help
Sign In
mirror
/
mastodon
Watch
1
Star
0
Fork
0
You've already forked mastodon
mirror of
https://github.com/mastodon/mastodon
synced
2024-11-23 22:56:20 +09:00
Code
9e8bc56d5a
mastodon
/
config
/
initializers
/
mail_delivery_job.rb
4 lines
93 B
Ruby
Raw
Normal View
History
Unescape
Escape
Fix mailer jobs for deleted notifications erroring out (#16294) Fixes an oversight in the Rails 6 migration
2021-05-24 10:02:46 +09:00
ActionMailer
::
MailDeliveryJob
.
class_eval
do
Skip mailer job retries when a record no longer exists (#9590) Fix #8666
2018-12-21 14:16:17 +09:00
discard_on
ActiveJob
::
DeserializationError
end
Copy Permalink