aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2019-10-12 19:56:48 +0200
committerLorenz Diener <[email protected]>2019-10-12 19:56:48 +0200
commit661e8e0abfa4d8ebff930d4bcdb7bfc570a922fc (patch)
treef7159681ae90c0497a3ed8db8fedfd11ae326313 /docs
parentfc5e793cde11b17e457b873cd3fc1b09c293f795 (diff)
downloadmastodon.py-661e8e0abfa4d8ebff930d4bcdb7bfc570a922fc.tar.gz
Document and test own_votes
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 1a9f5f9..6e234d0 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -382,7 +382,8 @@ Poll dicts
382 'options': # The poll options as a list of dicts, each option with a title and a 382 'options': # The poll options as a list of dicts, each option with a title and a
383 # votes_count field. votes_count can be None if the poll creator has 383 # votes_count field. votes_count can be None if the poll creator has
384 # chosen to hide vote totals until the poll expires and it hasn't yet. 384 # chosen to hide vote totals until the poll expires and it hasn't yet.
385 'emojis': # List of emoji dicts for all emoji used in answer strings 385 'emojis': # List of emoji dicts for all emoji used in answer strings,
386 'own_votes': # The logged-in users votes, as a list of indices to the options.
386 } 387 }
387 388
388 389
Powered by cgit v1.2.3 (git 2.41.0)