aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2018-07-30 15:16:46 +0200
committerLorenz Diener <[email protected]>2018-07-30 15:16:46 +0200
commitda859de4571ded886f7275b3ecbe311ebec7e239 (patch)
treef8832c495cb6c7bfc0b6829551173111f2bbf461 /docs/index.rst
parent1a6293db4431ff811b005be9bc7109aa1279f022 (diff)
downloadmastodon.py-da859de4571ded886f7275b3ecbe311ebec7e239.tar.gz
Muting / Hide Reblogs changes
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index c930523..ad6584e 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -338,10 +338,14 @@ Relationship dicts
338 'followed_by': # Boolean denoting whether the specified user follows the logged-in user 338 'followed_by': # Boolean denoting whether the specified user follows the logged-in user
339 'blocking': # Boolean denoting whether the logged-in user has blocked the specified user 339 'blocking': # Boolean denoting whether the logged-in user has blocked the specified user
340 'muting': # Boolean denoting whether the logged-in user has muted the specified user 340 'muting': # Boolean denoting whether the logged-in user has muted the specified user
341 'muting_notifications': # Boolean denoting wheter the logged-in user has muted notifications
342 # related to the specified user
341 'requested': # Boolean denoting whether the logged-in user has sent the specified 343 'requested': # Boolean denoting whether the logged-in user has sent the specified
342 # user a follow request 344 # user a follow request
343 'domain_blocking': # Boolean denoting whether the logged-in user has blocked the 345 'domain_blocking': # Boolean denoting whether the logged-in user has blocked the
344 # specified users domain 346 # specified users domain
347 'showing_reblogs': # Boolean denoting whether the specified users reblogs show up on the
348 # logged-in users Timeline
345 } 349 }
346 350
347Notification dicts 351Notification dicts
Powered by cgit v1.2.3 (git 2.41.0)