aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index ad6584e..ae2eedb 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -269,7 +269,8 @@ Toot dicts
269 'application': # Application dict for the client used to post the toot (Does not federate 269 'application': # Application dict for the client used to post the toot (Does not federate
270 # and is therefore always None for remote toots, can also be None for 270 # and is therefore always None for remote toots, can also be None for
271 # local toots for some legacy applications). 271 # local toots for some legacy applications).
272 'language': # The language of the toot, if specified by the server. 272 'language': # The language of the toot, if specified by the server,
273 # as ISO 639-2 language code.
273 'muted': # Boolean denoting whether the user has muted this status by 274 'muted': # Boolean denoting whether the user has muted this status by
274 # way of conversation muting 275 # way of conversation muting
275 'pinned': # Boolean denoting whether or not the status is currently pinned for the 276 'pinned': # Boolean denoting whether or not the status is currently pinned for the
Powered by cgit v1.2.3 (git 2.41.0)