Load shared folder when not logged in

This commit is contained in:
yflory
2018-09-28 15:06:24 +02:00
parent 0e04c4392c
commit 17bc1ee703
4 changed files with 21 additions and 1 deletions

View File

@@ -1239,6 +1239,9 @@ define([
}
return rt;
};
Store.loadSharedFolderAnon = function (clientId, data, cb) {
loadSharedFolder(data.id, data.data, cb);
};
Store.addSharedFolder = function (clientId, data, cb) {
Store.userObjectCommand(clientId, {
cmd: 'addSharedFolder',