mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
more poking around
This commit is contained in:
@@ -47,7 +47,7 @@ export default class extends NotificationTypeBase {
|
||||
}
|
||||
|
||||
get #full_name2() {
|
||||
return this.notification.data.fullname2;
|
||||
return this.notification.data.acting_user_name_2;
|
||||
// this doesn't exist on the returned object yet
|
||||
}
|
||||
}
|
||||
|
||||
@@ -25,6 +25,7 @@ module Notifications
|
||||
protected
|
||||
|
||||
def consolidated_data(notification)
|
||||
#binding.pry
|
||||
return notification.data_hash if @set_data_blk.nil?
|
||||
@set_data_blk.call(notification)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user