Encrypt href for new pads in old shared folders

This commit is contained in:
yflory
2019-11-08 12:07:08 +01:00
parent 5dcc7643da
commit f42574948e
3 changed files with 1 additions and 12 deletions

View File

@@ -59,7 +59,7 @@ define([
});
};
// XXX only needed if we want a manual migration from the share modal...
// SFMIGRATION: only needed if we want a manual migration from the share modal...
SF.migrate = function (channel) {
var sf = allSharedFolders[channel];
if (!sf) { return; }