Skip to content

Commit

Permalink
follow all nostr plebs
Browse files Browse the repository at this point in the history
  • Loading branch information
HolgerHatGarKeineNode committed Aug 23, 2023
1 parent ff158e5 commit b5b8f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/livewire/nostr/plebs-overview.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
for (const npub of this.plebsNpubs) {
if(npub.includes('npub1')) {
const ndkUser = this.ndk.getUser({
npub,
npub: npub.trim(),
});
await ndkUser.fetchProfile();
if (ndkUser.profile.image) {
Expand Down

0 comments on commit b5b8f9b

Please sign in to comment.