The_Grape on Nostr: I need some more Nostr for beginners help How do I receive a profiles meta-data such ...
I need some more Nostr for beginners help
How do I receive a profiles meta-data such as username and profile pic? I tried subscribing to @jbs profile like this (using @fiatjafs nostr-tools for js)
let sub = relay.sub([
{
authors: [
'32e1827635450ebb3c5a7d12c1f8e7b2b514439ac10a67eef3d9fd9c5c68e245'
],
kinds: [0]
},
]);
but I get nothing… When I add a 1 to the kinds list I receive posts as expected.
Any suggestions?
How do I receive a profiles meta-data such as username and profile pic? I tried subscribing to @jbs profile like this (using @fiatjafs nostr-tools for js)
let sub = relay.sub([
{
authors: [
'32e1827635450ebb3c5a7d12c1f8e7b2b514439ac10a67eef3d9fd9c5c68e245'
],
kinds: [0]
},
]);
but I get nothing… When I add a 1 to the kinds list I receive posts as expected.
Any suggestions?