mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: sends an email notifcation when a user's post is linked
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user