aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2017-12-15 11:49:09 +0100
committerLorenz Diener <[email protected]>2017-12-15 11:49:09 +0100
commit7cf2bf1440d80949c68ee60f8cbd25590d0254e9 (patch)
tree9780b049dfde91b180bfad73ef20da0ea570177f /docs/index.rst
parente97bb44c86179c0ed1abc562cd4e61d2aedb42e5 (diff)
downloadmastodon.py-7cf2bf1440d80949c68ee60f8cbd25590d0254e9.tar.gz
The application field is weird (#115)
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)