mirror of
https://github.com/funamitech/mastodon
synced 2024-11-23 22:57:05 +09:00
6 lines
124 B
Ruby
6 lines
124 B
Ruby
# frozen_string_literal: true
|
|
|
|
ActionMailer::MailDeliveryJob.class_eval do
|
|
discard_on ActiveJob::DeserializationError
|
|
end
|