mirror of
https://github.com/discourse/discourse.git
synced 2025-09-08 12:06:51 +08:00
Hotfix for unsubscribe via email
This commit is contained in:
parent
c7283751a3
commit
b92e2b33eb
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ module Email
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
html_override.gsub!("%{unsubscribe_link}", "")
|
html_override.gsub!("%{unsubscribe_link}", "")
|
||||||
|
html_override.gsub!("%{unsubscribe_via_email_link}", "")
|
||||||
end
|
end
|
||||||
|
|
||||||
header_instructions = @template_args[:header_instructions]
|
header_instructions = @template_args[:header_instructions]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue