mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
follow all nostr plebs
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user