Add note on vote deletions

This commit is contained in:
Abhay 2024-09-28 08:50:49 +05:30
parent b10a3538b1
commit 5ff355b46a

2
88.md
View File

@ -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