aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 0781c22..0b0f1ca 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -241,8 +241,9 @@ Toot dicts
241 'media_attachments': # A list of media dicts of attached files 241 'media_attachments': # A list of media dicts of attached files
242 'emojis': # A list of custom emojis used in the toot, as Emoji dicts 242 'emojis': # A list of custom emojis used in the toot, as Emoji dicts
243 'tags': # A list of hashtag used in the toot, as Hashtag dicts 243 'tags': # A list of hashtag used in the toot, as Hashtag dicts
244 'application': # Application dict for the client used to post the toot (Can be 244 'application': # Application dict for the client used to post the toot (Does not federate
245 # None, for toots made using the web UI). 245 # and is therefore always None for remote toots, can also be None for
246 # local toots for some legacy applications).
246 'language': # The language of the toot, if specified by the server. 247 'language': # The language of the toot, if specified by the server.
247 'muted': # Boolean denoting whether the user has muted this status by 248 'muted': # Boolean denoting whether the user has muted this status by
248 # way of conversation muting 249 # way of conversation muting
Powered by cgit v1.2.3 (git 2.41.0)