From 489a99c5c46ae83f9fb9a75e514c3176d332e8fc Mon Sep 17 00:00:00 2001 From: yflory Date: Tue, 11 Dec 2018 13:35:00 +0100 Subject: [PATCH] Don't delete the old chat for now --- www/common/sframe-common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/sframe-common.js b/www/common/sframe-common.js index 0d631edb7..3c5d47c52 100644 --- a/www/common/sframe-common.js +++ b/www/common/sframe-common.js @@ -173,7 +173,7 @@ define([ }; funcs.openPadChat = function (saveChanges) { var md = JSON.parse(JSON.stringify(ctx.metadataMgr.getMetadata())); - if (md.chat) { delete md.chat; } // Old channel without signing key + //if (md.chat) { delete md.chat; } // Old channel without signing key var channel = md.chat2 || Hash.createChannelId(); if (!md.chat2) { md.chat2 = channel;