Don't delete the old chat for now

This commit is contained in:
yflory 2018-12-11 13:35:00 +01:00
parent fb5ad34299
commit 489a99c5c4
1 changed files with 1 additions and 1 deletions

View File

@ -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;