Thank you for working on this!
I wanted to try FROST but can't login with it, probably because I got a bunker string w/ promenade.fiatjaf.com as relay, and that relay requires auth to read, so subscription on replies gets CLOSED. Am I doing something wrong?
Login to reply
Replies (2)
Ah ok, it's outdated ndk subscribing to wrong kind.
What client?
FROST bunker requires a little update: all bunker uris before had the user pubkey on them, so instead of calling get_public_key clients were just taking the pubkey from the uri; FROST bunker can't support that, it uses a different key for each user, not the actual user's key, so clients have to call the get_public_key method.