Why Nostr? What is Njump?
2024-08-07 21:05:34
in reply to

hodlbod on Nostr: The best I can do is give you a script that will give you a list of key share events. ...

The best I can do is give you a script that will give you a list of key share events. Coracle should be doing this automatically and importing the keys, so my best guess is that 1. you didn't create the group, 2. the relays you're using don't have the key share event you're looking for, or 3. the key share event didn't get published (due to a bug, or maybe because you created the group before I added admin key shares).

```
g.load({relays: ['wss://relay.damus.io/'], filters: [{kinds: [1059], '#p': [g.pubkey.get()]}]})
.then(events => Promise.all(events.map(event => g.ensureUnwrapped(event))))
.then(rumors => console.log(rumors.filter(rumor => rumor?.kind === 24)))
```

Run that in the console and it'll give you a list of kind 24 events with a `privkey` tag. Pull those out and try to import them into your keys page. Try different relays if you don't find what you're looking for. Also, be sure you run this as the user who originally created the group, it won't work for anyone else.
Author Public Key
npub1jlrs53pkdfjnts29kveljul2sm0actt6n8dxrrzqcersttvcuv3qdjynqn