From da859de4571ded886f7275b3ecbe311ebec7e239 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Mon, 30 Jul 2018 15:16:46 +0200 Subject: Muting / Hide Reblogs changes --- docs/index.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') 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 'followed_by': # Boolean denoting whether the specified user follows the logged-in user 'blocking': # Boolean denoting whether the logged-in user has blocked the specified user 'muting': # Boolean denoting whether the logged-in user has muted the specified user + 'muting_notifications': # Boolean denoting wheter the logged-in user has muted notifications + # related to the specified user 'requested': # Boolean denoting whether the logged-in user has sent the specified # user a follow request 'domain_blocking': # Boolean denoting whether the logged-in user has blocked the # specified users domain + 'showing_reblogs': # Boolean denoting whether the specified users reblogs show up on the + # logged-in users Timeline } Notification dicts -- cgit v1.2.3