BUGFIX: emails sent from "2 replies" as opposed to correct user

This commit is contained in:
Sam
2014-02-04 12:56:28 +11:00
parent 176bf41efd
commit 5267e5bea6
6 changed files with 28 additions and 9 deletions

View File

@@ -123,7 +123,7 @@ describe UserNotifications do
topic: post.topic,
notification_type: Notification.types[notification_type],
post_number: post.post_number,
data: {display_username: username}.to_json )
data: {original_username: username}.to_json )
end
describe '.user_mentioned' do