mirror of
https://github.com/mastodon/mastodon.git
synced 2026-03-21 18:05:23 -05:00
Remove unused @markdown from user mailer terms action (#38160)
This commit is contained in:
parent
84d8020165
commit
2330f11cad
|
|
@ -216,7 +216,6 @@ class UserMailer < Devise::Mailer
|
|||
def terms_of_service_changed(user, terms_of_service)
|
||||
@resource = user
|
||||
@terms_of_service = terms_of_service
|
||||
@markdown = Redcarpet::Markdown.new(Redcarpet::Render::HTML, escape_html: true, no_images: true)
|
||||
|
||||
I18n.with_locale(locale) do
|
||||
mail subject: default_i18n_subject
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user