From ccff67cf4267abe5ead742ff12668bc093054de1 Mon Sep 17 00:00:00 2001 From: yflory Date: Mon, 27 May 2019 15:06:30 +0200 Subject: [PATCH] Fix missing name in notifications --- www/common/outer/mailbox-handlers.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]) {