Teams: async-store refactoring

This commit is contained in:
yflory
2019-09-06 15:45:56 +02:00
parent 2b57d82e8a
commit 834e12fcba
8 changed files with 171 additions and 110 deletions

View File

@@ -317,10 +317,11 @@ define([
if (!loggedIn && !config.testMode) {
// delete permanently
spliceFileData(id);
return;
return true;
}
var paths = exp.findFile(id);
exp.move(paths, [TRASH]);
return true;
};
// REPLACE