Hey NDKUsers has follows
Finally catching up with nostr:npub1nstrcu63lzpjkz94djajuz2evrgu2psd66cwgc0gz0c0qazezx0q9urg5l talks
watching nostr:npub1jlrs53pkdfjnts29kveljul2sm0actt6n8dxrrzqcersttvcuv3qdjynqn 's
very good talk so far; very clear thinking -- thank you, hodlbod 💜
Discussion
Also in this block when I was goofing around, when my NDK instance is configured with MORE relays… it will not return me full profile and images.
But as I remove the explicitRelayUrls…..then I see more images coming in (as if NDK is getting lost somehow in case of multiple relays? dunno just observed this but super green at this moment)
```
{#await user.follows() then ndkUsers}
{#each ndkUsers as ndkUser}
{#await ndkUser.fetchProfile() then follower}
{ndkUser.npub}
{/await}
{/each}
{/await}
```