diff options
author | Lorenz Diener <[email protected]> | 2018-07-30 14:37:20 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2018-07-30 14:37:20 +0200 |
commit | d1a3277a8b757b71d16dfde9d3cc4f941dafb4ff (patch) | |
tree | 9e2523eb77eda85738c233464525e037bd8818ed /docs | |
parent | 4f3deac968ff6b46f25fb665ea4587822e9ce445 (diff) | |
download | mastodon.py-d1a3277a8b757b71d16dfde9d3cc4f941dafb4ff.tar.gz |
Add status_reply, closes #140
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst index 120828e..c930523 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -717,6 +717,7 @@ interact with already posted statuses. | |||
717 | 717 | ||
718 | .. _status_post(): | 718 | .. _status_post(): |
719 | .. automethod:: Mastodon.status_post | 719 | .. automethod:: Mastodon.status_post |
720 | .. automethod:: Mastodon.status_reply | ||
720 | .. automethod:: Mastodon.toot | 721 | .. automethod:: Mastodon.toot |
721 | .. automethod:: Mastodon.status_reblog | 722 | .. automethod:: Mastodon.status_reblog |
722 | .. automethod:: Mastodon.status_unreblog | 723 | .. automethod:: Mastodon.status_unreblog |