aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorhalcy <halcy@ARARAGI-KUN>2022-11-13 15:33:10 +0200
committerhalcy <halcy@ARARAGI-KUN>2022-11-13 15:33:10 +0200
commitb1e1ec7bdc9e84ecd31626f1a4fbf645e84d0bb2 (patch)
tree3ecf530456b311057658b3b2e749ad017074455b /docs
parenta17b20cfa142469019cd5982ba200510afc1f884 (diff)
downloadmastodon.py-b1e1ec7bdc9e84ecd31626f1a4fbf645e84d0bb2.tar.gz
Add support for timed mutes, fix tests to actually pass with new setup
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index c2caf3a..1935428 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -483,6 +483,7 @@ Relationship dicts
483 'following': # Boolean denoting whether the logged-in user follows the specified user 483 'following': # Boolean denoting whether the logged-in user follows the specified user
484 'followed_by': # Boolean denoting whether the specified user follows the logged-in user 484 'followed_by': # Boolean denoting whether the specified user follows the logged-in user
485 'blocking': # Boolean denoting whether the logged-in user has blocked the specified user 485 'blocking': # Boolean denoting whether the logged-in user has blocked the specified user
486 'blocked_by': # Boolean denoting whether the logged-in user has been blocked by the specified user, if information is available
486 'muting': # Boolean denoting whether the logged-in user has muted the specified user 487 'muting': # Boolean denoting whether the logged-in user has muted the specified user
487 'muting_notifications': # Boolean denoting wheter the logged-in user has muted notifications 488 'muting_notifications': # Boolean denoting wheter the logged-in user has muted notifications
488 # related to the specified user 489 # related to the specified user
Powered by cgit v1.2.3 (git 2.41.0)