More robust way to resolve initial sync bug

This commit is contained in:
Zef Hemel
2023-07-28 21:22:06 +02:00
parent fb67cba6ac
commit 8a790aae9e
4 changed files with 23 additions and 19 deletions
+1
View File
@@ -6,4 +6,5 @@ export type FileMeta = {
contentType: string;
size: number;
perm: "ro" | "rw";
neverSync?: boolean;
} & Record<string, any>;