anthony on Nostr: Hi Nostr devs 👋 I am building a backend web project that interact with Nostr, ...
Hi Nostr devs 👋
I am building a backend web project that interact with Nostr, publishing Poll Notes Event (NIP-69) programmatically.
Everything works great except that I’m stuck trying to retrieve the most voted option (I don’t need to know the exact percentage or the Lightning values for each). I tried using a `REQ` event that gives me only note raw data without poll results:
```
["REQ", "subscription_id", { "ids": ["poll_note_id"] }]
```
Is there another `REQ` event available for this ? Or any other way ?
Is it relays responsibility or clients only ?
Thank you for your help :)
#nostrfr #nostrdev #askNostr
I am building a backend web project that interact with Nostr, publishing Poll Notes Event (NIP-69) programmatically.
Everything works great except that I’m stuck trying to retrieve the most voted option (I don’t need to know the exact percentage or the Lightning values for each). I tried using a `REQ` event that gives me only note raw data without poll results:
```
["REQ", "subscription_id", { "ids": ["poll_note_id"] }]
```
Is there another `REQ` event available for this ? Or any other way ?
Is it relays responsibility or clients only ?
Thank you for your help :)
#nostrfr #nostrdev #askNostr