started folder uploads

This commit is contained in:
subnub
2024-12-05 23:36:20 -05:00
parent 2ef5aaef23
commit 0e81da7fbc
7 changed files with 390 additions and 52 deletions
+3
View File
@@ -20,6 +20,7 @@ export interface FileQueryInterface {
"metadata.trashed"?: boolean | null;
"metadata.hasThumbnail"?: boolean | null;
"metadata.isVideo"?: boolean | null;
"metadata.processingFile"?: boolean | null;
}
export const createFileQuery = ({
@@ -67,6 +68,8 @@ export const createFileQuery = ({
}
}
query["metadata.processingFile"] = null;
return query;
};