Share a folder with a read-only URL

This commit is contained in:
yflory
2019-10-14 17:37:54 +02:00
parent 7c710e57b7
commit 50829d3db1
6 changed files with 71 additions and 90 deletions

View File

@@ -134,6 +134,10 @@ define([
};
var rt = sf.rt = Listmap.create(listmapConfig);
rt.proxy.on('ready', function (info) {
if (!Object.keys(rt.proxy).length) {
// New Shared folder: no migration required
rt.proxy.version = 2;
}
if (!sf.queue) {
return;
}