This commit is contained in:
Timothy Jaeryang Baek 2025-07-11 01:46:06 +04:00
parent 249b12e44f
commit 6a3b0e3110

View file

@ -116,13 +116,7 @@
] ]
: []; : [];
items = [ items = [...notes, ...collections, ...legacy_collections].map((item) => {
...notes,
...collections,
...collection_files,
...legacy_collections,
...legacy_documents
].map((item) => {
return { return {
...item, ...item,
...(item?.legacy || item?.meta?.legacy || item?.meta?.document ? { legacy: true } : {}) ...(item?.legacy || item?.meta?.legacy || item?.meta?.document ? { legacy: true } : {})