IndexedDB에 즐겨찾기 여부를 항상 저장하도록 변경

This commit is contained in:
static
2026-01-18 11:33:30 +09:00
parent ff6ea3a0b9
commit bcb57bb12d
12 changed files with 36 additions and 12 deletions

View File

@@ -66,8 +66,8 @@ const cache = new FilesystemCache<CategoryId, MaybeCategoryInfo>({
id: file.id,
parentId: file.parent,
contentType: file.contentType,
isRecursive: file.isRecursive,
isFavorite: file.isFavorite,
isRecursive: file.isRecursive,
...(await decryptFileMetadata(file, masterKey)),
})),
),