mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-16 16:27:30 -06: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:
parent
7a9b493f47
commit
71e0aaee3c
3 changed files with 6 additions and 2 deletions
|
|
@ -113,6 +113,9 @@ type PollVoteRequest struct {
|
|||
type WebPollOption struct {
|
||||
PollOption
|
||||
|
||||
// ID of the parent poll.
|
||||
PollID string
|
||||
|
||||
// Emojis contained on parent poll.
|
||||
Emojis []Emoji
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue