aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2017-09-08 16:34:11 +0200
committerLorenz Diener <[email protected]>2017-09-08 16:34:11 +0200
commit517f47083d57d565ecd7e5145a401bbfcc6fbcda (patch)
treeb694da2f0a509388085919ae9f5572ba7c33934e /docs
parent84b463ce1dd843f23fee9ae1eb30f5f64ece6541 (diff)
downloadmastodon.py-517f47083d57d565ecd7e5145a401bbfcc6fbcda.tar.gz
Add conversation muting
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst2
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
440Writing data: Notifications 442Writing data: Notifications
Powered by cgit v1.2.3 (git 2.41.0)