From b1e1ec7bdc9e84ecd31626f1a4fbf645e84d0bb2 Mon Sep 17 00:00:00 2001 From: halcy Date: Sun, 13 Nov 2022 15:33:10 +0200 Subject: Add support for timed mutes, fix tests to actually pass with new setup --- docs/index.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') 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 'following': # Boolean denoting whether the logged-in user follows the specified user '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 + 'blocked_by': # Boolean denoting whether the logged-in user has been blocked by the specified user, if information is available '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 -- cgit v1.2.3