Merge branch 'master' of github.com:xwiki-labs/cryptpad
This commit is contained in:
commit
69d48146d5
@ -253,7 +253,7 @@ define([
|
|||||||
return void cb({error: 'User drive removal blocked!'});
|
return void cb({error: 'User drive removal blocked!'});
|
||||||
}
|
}
|
||||||
|
|
||||||
store.rpc.removeOwnedChannel(data, function (err) {
|
store.rpc.removeOwnedChannel(channel, function (err) {
|
||||||
cb({error:err});
|
cb({error:err});
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user