Adding e-mail notifications about mentions, follows, favourites and reblogs. Fixing another mention recording bug
This commit is contained in:
7
app/views/notification_mailer/mention.text.erb
Normal file
7
app/views/notification_mailer/mention.text.erb
Normal file
@ -0,0 +1,7 @@
|
||||
<%= display_name(@me) %>,
|
||||
|
||||
You were mentioned by <%= @status.account.acct %> in:
|
||||
|
||||
<%= @status.content %>
|
||||
|
||||
<%= url_for_target(@status) %>
|
Reference in New Issue
Block a user