mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-17 04:13:01 +00:00
Fix error when sending moderation notification (#13014)
Since the statuses helper is not loaded, the rtl helper cannot be found and the email cannot be sent.
This commit is contained in:
parent
2f978abd87
commit
37dc12dd53
|
@ -6,6 +6,7 @@ class UserMailer < Devise::Mailer
|
||||||
helper :accounts
|
helper :accounts
|
||||||
helper :application
|
helper :application
|
||||||
helper :instance
|
helper :instance
|
||||||
|
helper :statuses
|
||||||
|
|
||||||
add_template_helper RoutingHelper
|
add_template_helper RoutingHelper
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue