mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-12-22 08:25:53 -05:00
Add note on vote deletions
This commit is contained in:
parent
b10a3538b1
commit
5ff355b46a
2
88.md
2
88.md
|
@ -123,7 +123,7 @@ const oneVotePerPubkey = (events: Event[]) => {
|
|||
|
||||
### Relays
|
||||
|
||||
It is advisable for the users to use relays that do not allow back dated events i.e. events with timestamp not matching the current time, to achieve authenticity in the poll results.
|
||||
It is advisable for poll authors to use relays that do not allow backdated events and do not honor kind:5 (delete) requests for vote events to maintain the integrity of poll results after the poll has ended.
|
||||
|
||||
### Curation
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user