From 5ff355b46a6880ee3845d026d3b52236f83ccb0a Mon Sep 17 00:00:00 2001 From: Abhay Date: Sat, 28 Sep 2024 08:50:49 +0530 Subject: [PATCH] Add note on vote deletions --- 88.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/88.md b/88.md index 7c21d96..ba683e6 100644 --- a/88.md +++ b/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