Join Nostr
2026-09-03 00:31:23 UTC
in reply to

Dikaios1517 on Nostr: Yes, I have mentioned exactly this previously. Amethyst assumes that all relay lists ...

Yes, I have mentioned exactly this previously. Amethyst assumes that all relay lists other than inbox/outbox (kind 10002) should be private lists, and therefore encrypted. However, this is the LEAST compatible with other Nostr clients, and users have no way to choose not to have those lists encrypted.

Nevertheless, ALL Nostr clients should expect that lists can contain encrypted content, and support reading that content if they support those lists. This is detailed in NIP-51 (Lists), which says, "Lists can contain references to anything, and these references can be public or private... private items are specified in a JSON array that mimics the structure of the event tags array, but stringified and encrypted using the same scheme from NIP-44 (the shared key is computed using the author's public and private key) and stored in the .content."