Skip to content

Commit

Permalink
Merge pull request #1616 from ecency/bugfix/poll-multiple-selection
Browse files Browse the repository at this point in the history
Fixed polls multiple choices voting
  • Loading branch information
feruzm authored Jun 10, 2024
2 parents 1bac5b3 + 9c8be1f commit 5bc5c8e
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 5bc5c8e

Please sign in to comment.