diff options
author | Lorenz Diener <[email protected]> | 2017-12-15 11:49:09 +0100 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2017-12-15 11:49:09 +0100 |
commit | 7cf2bf1440d80949c68ee60f8cbd25590d0254e9 (patch) | |
tree | 9780b049dfde91b180bfad73ef20da0ea570177f /docs | |
parent | e97bb44c86179c0ed1abc562cd4e61d2aedb42e5 (diff) | |
download | mastodon.py-7cf2bf1440d80949c68ee60f8cbd25590d0254e9.tar.gz |
The application field is weird (#115)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 5 |
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 |