aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 0e0daa9..9b43b87 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -314,6 +314,7 @@ Toot dicts
314 'media_attachments': # A list of media dicts of attached files 314 'media_attachments': # A list of media dicts of attached files
315 'emojis': # A list of custom emojis used in the toot, as Emoji dicts 315 'emojis': # A list of custom emojis used in the toot, as Emoji dicts
316 'tags': # A list of hashtag used in the toot, as Hashtag dicts 316 'tags': # A list of hashtag used in the toot, as Hashtag dicts
317 'bookmarked': # True if the status is bookmarked by the logged in user, False if not.
317 'application': # Application dict for the client used to post the toot (Does not federate 318 'application': # Application dict for the client used to post the toot (Does not federate
318 # and is therefore always None for remote toots, can also be None for 319 # and is therefore always None for remote toots, can also be None for
319 # local toots for some legacy applications). 320 # local toots for some legacy applications).
Powered by cgit v1.2.3 (git 2.41.0)