mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
Fix mailer jobs for deleted notifications erroring out (#16294)
Fixes an oversight in the Rails 6 migration
This commit is contained in:
parent
fcdae10072
commit
b715cede4d
@ -1,3 +1,3 @@
|
||||
ActionMailer::DeliveryJob.class_eval do
|
||||
ActionMailer::MailDeliveryJob.class_eval do
|
||||
discard_on ActiveJob::DeserializationError
|
||||
end
|
Loading…
Reference in New Issue
Block a user