mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[bugfix/chore] id poll options properly (#2379)
* aria-labels for polls, id poll options properly * my bad, aria labels are for interactive elements
This commit is contained in:
@@ -709,6 +709,7 @@ func (c *Converter) StatusToWebStatus(
|
||||
|
||||
webPollOption := apimodel.WebPollOption{
|
||||
PollOption: option,
|
||||
PollID: poll.ID,
|
||||
Emojis: webStatus.Emojis,
|
||||
LanguageTag: webStatus.LanguageTag,
|
||||
VoteShare: voteShare,
|
||||
|
Reference in New Issue
Block a user