mirror of
https://github.com/dergigi/boris.git
synced 2026-01-05 16:04:36 +01:00
fix(bookmarks): prevent decrypted JSON from showing as cyphertext in bookmark list
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user