Skip to content
Snippets Groups Projects
Unverified Commit 45ce858f authored by Eugen Rochko's avatar Eugen Rochko Committed by GitHub
Browse files

Fix `mailers` queue not being used for mailers (#20274)

Regression since Rails 6.1
parent a5394980
No related branches found
No related tags found
No related merge requests found
......@@ -163,6 +163,7 @@ module Mastodon
# config.autoload_paths += Dir[Rails.root.join('app', 'api', '*')]
config.active_job.queue_adapter = :sidekiq
config.action_mailer.deliver_later_queue_name = 'mailers'
config.middleware.use Rack::Attack
config.middleware.use Mastodon::RackMiddleware
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment