fix(bookmarks): prevent decrypted JSON from showing as cyphertext in bookmark list

This commit is contained in:
Gigi
2025-10-05 22:00:53 +01:00
parent aac4adeda6
commit 29906397db

View File

@@ -80,9 +80,7 @@ export async function collectBookmarksFromEvents(
privateItemsAll.push(...processApplesauceBookmarks(manualPrivate, activeAccount, true))
Reflect.set(evt, BookmarkHiddenSymbol, manualPrivate)
Reflect.set(evt, 'EncryptedContentSymbol', decryptedContent)
if (!latestContent) {
latestContent = decryptedContent
}
// Don't set latestContent to decrypted JSON - it's not user-facing content
} catch {
// ignore
}