Fix missing name in notifications
This commit is contained in:
parent
727470d9ed
commit
ccff67cf42
@ -99,8 +99,8 @@ define([
|
|||||||
box.sendMessage({
|
box.sendMessage({
|
||||||
type: 'FRIEND_REQUEST_ACCEPTED',
|
type: 'FRIEND_REQUEST_ACCEPTED',
|
||||||
content: {
|
content: {
|
||||||
curvePublic: data.msg.author,
|
user: data.msg.author,
|
||||||
displayName: data.msg.content.displayName
|
name: data.msg.content.displayName
|
||||||
}
|
}
|
||||||
}, function () {
|
}, function () {
|
||||||
if (friendRequestAccepted[data.msg.author]) {
|
if (friendRequestAccepted[data.msg.author]) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user