better sync operations for folders

This commit is contained in:
fyears
2022-03-06 13:22:24 +08:00
parent 94c7a4a874
commit 3dfe215103
6 changed files with 58 additions and 13 deletions
+2
View File
@@ -113,3 +113,5 @@ export interface FileOrFolderMixedState {
syncDone?: "done";
remoteEncryptedKey?: string;
}
export const API_VER_STAT_FOLDER = "0.13.27";