From ea7d254d2fddc39c26dbf35205c6b8dbd315715e Mon Sep 17 00:00:00 2001 From: ansuz Date: Wed, 18 Dec 2019 18:00:27 -0500 Subject: [PATCH] remove XXX --- www/common/outer/team.js | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/www/common/outer/team.js b/www/common/outer/team.js index 38bb83b4f..1c28da681 100644 --- a/www/common/outer/team.js +++ b/www/common/outer/team.js @@ -1270,7 +1270,6 @@ define([ ctx.store.messenger.openTeamChat(team.getChatData(), onUpdate, cId, cb); }; - // XXX ansuz var createInviteLink = function (ctx, data, cId, _cb) { var cb = Util.mkAsync(Util.once(_cb)); @@ -1405,14 +1404,8 @@ define([ curvePublic: ephemeralKeys.curvePublic, displayName: data.name, pending: true, - inviteChannel: inviteKeys.channel, // XXX keep this channel pinned until the invite is accepted - previewChannel: previewKeys.channel, // XXX keep this channel pinned until the invite is accepted - - // XXX encrypt the following data for your own curvePublic - // XXX and implement UI for interacting with it - // remind yourself of the password used - // bypass scrypt with bytes64 to revover other keys - // { password, bytes64, hash} + inviteChannel: inviteKeys.channel, + previewChannel: previewKeys.channel, } }, w(function (err) { if (err) {