From 661e8e0abfa4d8ebff930d4bcdb7bfc570a922fc Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Sat, 12 Oct 2019 19:56:48 +0200 Subject: Document and test own_votes --- docs/index.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') 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 'options': # The poll options as a list of dicts, each option with a title and a # votes_count field. votes_count can be None if the poll creator has # chosen to hide vote totals until the poll expires and it hasn't yet. - 'emojis': # List of emoji dicts for all emoji used in answer strings + 'emojis': # List of emoji dicts for all emoji used in answer strings, + 'own_votes': # The logged-in users votes, as a list of indices to the options. } -- cgit v1.2.3