Skip to content

Commit

Permalink
Fixed polls multiple choices voting
Browse files Browse the repository at this point in the history
  • Loading branch information
dkildar committed Jun 10, 2024
1 parent 86319fc commit 9c8be1f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ export class EntryMetadataBuilder {
token: poll.interpretation === "tokens" ? "HIVE:HP" : null,
hide_votes: poll.hideVotes,
vote_change: poll.voteChange,
max_choices_voted: poll.maxChoicesVoted,
filters: {
account_age: poll.filters.accountAge
},
Expand Down

0 comments on commit 9c8be1f

Please sign in to comment.