Skip to content

Commit

Permalink
feat: 投票の順番が勝手に変わらないようにした
Browse files Browse the repository at this point in the history
  • Loading branch information
pantasystem committed May 17, 2024
1 parent 2661dce commit 2d141bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ data class NoteWithRelation(
multiple = note.pollMultiple!!,
choices = pollChoices.map {
Poll.Choice(it.index, it.text, it.votes, it.isVoted)
}
}.sortedBy { it.index }
)
},
myReaction = reactionCounts?.firstOrNull { it.me }?.reaction,
Expand Down

0 comments on commit 2d141bf

Please sign in to comment.