Merge branch 'soon' into staging

This commit is contained in:
ansuz
2019-08-30 11:57:46 +02:00
5 changed files with 103 additions and 16 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});
});
};