FIX: sends an email notifcation when a user's post is linked

This commit is contained in:
Régis Hanol
2016-02-16 18:29:23 +01:00
parent 3811b8aa4c
commit 63b9d1c645
5 changed files with 33 additions and 1 deletions

View File

@@ -2095,6 +2095,18 @@ en:
---
%{respond_instructions}
user_linked:
subject_template: "[%{site_name}] %{topic_title}"
text_body_template: |
%{header_instructions}
%{message}
%{context}
---
%{respond_instructions}
user_mentioned:
subject_template: "[%{site_name}] %{topic_title}"
text_body_template: |