From 1826d05e31f7b27fadc5e9ccab23bd789669f6dd Mon Sep 17 00:00:00 2001 From: yflory Date: Wed, 18 Dec 2019 16:58:02 +0100 Subject: [PATCH] Keep cloned data when accepting team invitation --- www/common/outer/roster.js | 1 - 1 file changed, 1 deletion(-) diff --git a/www/common/outer/roster.js b/www/common/outer/roster.js index 8755bbd79..6a1def6b9 100644 --- a/www/common/outer/roster.js +++ b/www/common/outer/roster.js @@ -451,7 +451,6 @@ var factory = function (Util, Hash, CPNetflux, Sortify, nThen, Crypto) { // copy the new profile from the old one members[curve] = Util.clone(members[author]); - members[curve].curvePublic = curve; // and erase the old one delete members[author]; return true;