Update index.rst

This commit is contained in:
Lorenz Diener 2019-04-27 17:38:54 +02:00 committed by GitHub
parent 87b5b6535c
commit 234c97cd99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -300,7 +300,7 @@ Toot dicts
# and is therefore always None for remote toots, can also be None for # and is therefore always None for remote toots, can also be None for
# local toots for some legacy applications). # local toots for some legacy applications).
'language': # The language of the toot, if specified by the server, 'language': # The language of the toot, if specified by the server,
# as ISO 639-2 language code. # as ISO 639-1 (two-letter) language code.
'muted': # Boolean denoting whether the user has muted this status by 'muted': # Boolean denoting whether the user has muted this status by
# way of conversation muting # way of conversation muting
'pinned': # Boolean denoting whether or not the status is currently pinned for the 'pinned': # Boolean denoting whether or not the status is currently pinned for the
@ -557,7 +557,8 @@ Instance dicts
'urls': # Additional URLs dict, presently only 'streaming_api' with the 'urls': # Additional URLs dict, presently only 'streaming_api' with the
# stream websocket address. # stream websocket address.
'contact_account': # Account dict of the primary contact for the instance. 'contact_account': # Account dict of the primary contact for the instance.
'languages': # Array of ISO 6391 language codes the instance has chosen to advertise. 'languages': # Array of ISO 639-1 (two-letter) language codes the instance
# has chosen to advertise.
} }
Activity dicts Activity dicts