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