follow all nostr plebs

This commit is contained in:
HolgerHatGarKeineNode
2023-08-23 13:11:37 +02:00
parent ff158e5aad
commit b5b8f9b035

View File

@@ -51,7 +51,7 @@
for (const npub of this.plebsNpubs) { for (const npub of this.plebsNpubs) {
if(npub.includes('npub1')) { if(npub.includes('npub1')) {
const ndkUser = this.ndk.getUser({ const ndkUser = this.ndk.getUser({
npub, npub: npub.trim(),
}); });
await ndkUser.fetchProfile(); await ndkUser.fetchProfile();
if (ndkUser.profile.image) { if (ndkUser.profile.image) {