From 7cf2bf1440d80949c68ee60f8cbd25590d0254e9 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Fri, 15 Dec 2017 11:49:09 +0100 Subject: [PATCH] The application field is weird (#115) --- docs/index.rst | 5 +++-- 1 file 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 'media_attachments': # A list of media dicts of attached files 'emojis': # A list of custom emojis used in the toot, as Emoji dicts 'tags': # A list of hashtag used in the toot, as Hashtag dicts - 'application': # Application dict for the client used to post the toot (Can be - # None, for toots made using the web UI). + 'application': # Application dict for the client used to post the toot (Does not federate + # and is therefore always None for remote toots, can also be None for + # local toots for some legacy applications). 'language': # The language of the toot, if specified by the server. 'muted': # Boolean denoting whether the user has muted this status by # way of conversation muting