diff options
author | Lorenz Diener <[email protected]> | 2017-09-08 16:34:11 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2017-09-08 16:34:11 +0200 |
commit | 517f47083d57d565ecd7e5145a401bbfcc6fbcda (patch) | |
tree | b694da2f0a509388085919ae9f5572ba7c33934e /docs | |
parent | 84b463ce1dd843f23fee9ae1eb30f5f64ece6541 (diff) | |
download | mastodon.py-517f47083d57d565ecd7e5145a401bbfcc6fbcda.tar.gz |
Add conversation muting
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst index ae0a3ad..11b655a 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -435,6 +435,8 @@ interact with already posted statuses. | |||
435 | .. automethod:: Mastodon.status_unreblog | 435 | .. automethod:: Mastodon.status_unreblog |
436 | .. automethod:: Mastodon.status_favourite | 436 | .. automethod:: Mastodon.status_favourite |
437 | .. automethod:: Mastodon.status_unfavourite | 437 | .. automethod:: Mastodon.status_unfavourite |
438 | .. automethod:: Mastodon.status_mute | ||
439 | .. automethod:: Mastodon.status_unmute | ||
438 | .. automethod:: Mastodon.status_delete | 440 | .. automethod:: Mastodon.status_delete |
439 | 441 | ||
440 | Writing data: Notifications | 442 | Writing data: Notifications |