mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
BUGFIX: emails sent from "2 replies" as opposed to correct user
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user