Fix onlyoffice lastKnownHash bug

This commit is contained in:
yflory 2019-09-02 11:30:48 +02:00
parent bf1332451f
commit 9e8c717035

View File

@ -91,9 +91,9 @@ define([
var hk = network.historyKeeper; var hk = network.historyKeeper;
var cfg = { var cfg = {
validateKey: obj.validateKey, lastKnownHash: chan.lastKnownHash || chan.lastCpHash,
metadata: { metadata: {
lastKnownHash: chan.lastKnownHash || chan.lastCpHash, validateKey: obj.validateKey,
owners: obj.owners, owners: obj.owners,
expire: obj.expire expire: obj.expire
} }