diff options
author | Lorenz Diener <[email protected]> | 2018-07-30 15:22:11 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2018-07-30 15:22:11 +0200 |
commit | d3594572bbde704585d94cda06ae1c8deac0bf8b (patch) | |
tree | d155ca5c21a5a1be4f95e41422d71ff629365c47 /docs | |
parent | da859de4571ded886f7275b3ecbe311ebec7e239 (diff) | |
download | mastodon.py-d3594572bbde704585d94cda06ae1c8deac0bf8b.tar.gz |
Add direct language specification
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 3 |
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 |