diff options
author | Lorenz Diener <[email protected]> | 2019-04-27 21:45:57 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2019-04-27 21:45:57 +0200 |
commit | 4deeb7875ba1439f3162d90e108cf41fce22f6de (patch) | |
tree | 510f9ac3c761b0b24d7b56167026fae2d89f6c63 /docs | |
parent | e3936649745a627fa2c31fc7b8602793b7d6027b (diff) | |
download | mastodon.py-4deeb7875ba1439f3162d90e108cf41fce22f6de.tar.gz |
Document 2.5.0 entity updates
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst index aca0b8b..7561b6f 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -308,6 +308,7 @@ Toot dicts | |||
308 | # way of conversation muting | 308 | # way of conversation muting |
309 | 'pinned': # Boolean denoting whether or not the status is currently pinned for the | 309 | 'pinned': # Boolean denoting whether or not the status is currently pinned for the |
310 | # associated account. | 310 | # associated account. |
311 | 'replies_count': # The number of replies to this status. | ||
311 | } | 312 | } |
312 | 313 | ||
313 | Mention dicts | 314 | Mention dicts |
@@ -393,6 +394,8 @@ Relationship dicts | |||
393 | # specified users domain | 394 | # specified users domain |
394 | 'showing_reblogs': # Boolean denoting whether the specified users reblogs show up on the | 395 | 'showing_reblogs': # Boolean denoting whether the specified users reblogs show up on the |
395 | # logged-in users Timeline | 396 | # logged-in users Timeline |
397 | 'endorsed': # Boolean denoting wheter the specified user is being endorsed / featured by the | ||
398 | # logged-in user | ||
396 | } | 399 | } |
397 | 400 | ||
398 | Filter dicts | 401 | Filter dicts |