aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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)