a tool for shared writing and social publishing

add empty set when optimisitcally mutating poll votes

+1
+1
components/Blocks/PollBlock.tsx
··· 173 173 ...selectedPollOptions.map((option_entity) => ({ 174 174 poll_votes_on_entity: { 175 175 option_entity, 176 + entities: { set: "" }, 176 177 poll_entity: props.entityID, 177 178 voter_token: oldState.voter_token!, 178 179 },