1
0
mirror of https://github.com/funamitech/mastodon synced 2025-01-19 00:03:33 +09:00

Strip out HTML in plain text notification e-mails. Oh, and fix #14

This commit is contained in:
Eugen Rochko 2016-03-19 19:34:31 +01:00
parent 2b116131d7
commit f4ad2fb35a

View File

@ -2,6 +2,6 @@
You were mentioned by <%= @status.account.acct %> in:
<%= @status.content %>
<%= strip_tags(@status.content) %>
<%= url_for_target(@status) %>