Delete owned pads from server when removed from the owner's drive

This commit is contained in:
yflory
2018-01-29 12:45:38 +01:00
parent 5089f1206d
commit a1d9f44bbd
5 changed files with 54 additions and 46 deletions

View File

@@ -901,6 +901,8 @@ define([
var userObject = store.userObject = UserObject.init(proxy.drive, {
pinPads: Store.pinPads,
unpinPads: Store.unpinPads,
removeOwnedChannel: function () {}, // XXX
edPublic: store.proxy.edPublic,
loggedIn: store.loggedIn,
log: function (msg) {
postMessage("DRIVE_LOG", msg);