summaryrefslogtreecommitdiff
path: root/mastodon/poll.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix time duration valuer2020-02-191-1/+1
| | | | | - Make sure that duration is not < 0 - Handle nil ExpiresAt time in poll
* Add poll supportr2020-02-091-0/+38
Currenlty only voting is possible.