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

pull/1/head
ansuz 5 years ago
commit 69d48146d5

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

Loading…
Cancel
Save