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

@@ -26,7 +26,8 @@ class Admin::EmailTemplatesController < Admin::AdminController
"user_notifications.user_invited_to_private_message_pm",
"user_notifications.user_invited_to_topic", "user_notifications.user_mentioned",
"user_notifications.user_posted", "user_notifications.user_posted_pm",
"user_notifications.user_quoted", "user_notifications.user_replied"]
"user_notifications.user_quoted", "user_notifications.user_replied",
"user_notifications.user_linked"]
end
def show