diff --git a/www/common/outer/mailbox-handlers.js b/www/common/outer/mailbox-handlers.js index 9decd2739..061c4640a 100644 --- a/www/common/outer/mailbox-handlers.js +++ b/www/common/outer/mailbox-handlers.js @@ -99,8 +99,8 @@ define([ box.sendMessage({ type: 'FRIEND_REQUEST_ACCEPTED', content: { - curvePublic: data.msg.author, - displayName: data.msg.content.displayName + user: data.msg.author, + name: data.msg.content.displayName } }, function () { if (friendRequestAccepted[data.msg.author]) {