Add ability to cancel a pending vote.

This commit is contained in:
Michelle Tang
2025-10-16 11:32:40 -04:00
committed by Cody Henthorne
parent 08eca9ac27
commit 91b70038e6
13 changed files with 413 additions and 156 deletions

View File

@@ -250,4 +250,5 @@ message PollVoteJobData {
uint32 initialRecipientCount = 3;
uint32 voteCount = 4;
bool isRemoval = 5;
uint64 optionId = 6;
}