From 2146ac91a004bad2a6c4dc1d01599a85515928f5 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Mon, 26 Dec 2016 21:52:03 +0100 Subject: Follow requests send e-mail notifications, but are excluded from notifications API Better initial state for unlisted/nsfw toggles --- app/views/notification_mailer/follow_request.text.erb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 app/views/notification_mailer/follow_request.text.erb (limited to 'app/views/notification_mailer') diff --git a/app/views/notification_mailer/follow_request.text.erb b/app/views/notification_mailer/follow_request.text.erb new file mode 100644 index 000000000..c0d38ec67 --- /dev/null +++ b/app/views/notification_mailer/follow_request.text.erb @@ -0,0 +1,5 @@ +<%= display_name(@me) %>, + +<%= t('notification_mailer.follow_request.body', name: @account.acct) %> + +<%= web_url("follow_requests") %> -- cgit