I'm planning on doing pinned posts with d tag "profile/pinned"
Discussion
that's 🔥 we currently only do mute lists but looking forward to have bookmarks and pinned notes too. lists have lots of possibilities imo.
Here's my "path" API that I'm using for it. I'll try to make the API a little better tomorrow and add it to iris-lib, or PR to nostr-tools if #[5] wants it.
I'll change the API to simpler path.authors(array | string).get(key) and .set(key, value)
Oh, and I'll make encrypted paths use hash(path + secret) so it's deterministic, instead of encrypt(path) which has a random component
Perfection!