Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging

This commit is contained in:
yflory
2019-09-03 17:05:23 +02:00
21 changed files with 256 additions and 473 deletions

View File

@@ -253,7 +253,7 @@ define([
return void cb({error: 'User drive removal blocked!'});
}
store.rpc.removeOwnedChannel(data, function (err) {
store.rpc.removeOwnedChannel(channel, function (err) {
cb({error:err});
});
};

View File

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