As for #Amethyst's private bookmarks, they seem to be stored in application memory. They might be stored to a local relay if it is configured, but I've never checked that.

Reply to this note

Please Login to reply.

Discussion

Amethyst private bookmarks are implemented as a nip4 DM to self where the encrypted contents is a list of "e" tags like

```

[["e", "event id1"], ["e", "event id2]]

```