From 3277ca777821e76955fb26d80788939a311db9db Mon Sep 17 00:00:00 2001 From: halcy Date: Mon, 7 Nov 2022 23:11:30 +0200 Subject: Initial test fixing pass. Four tests still fail. --- docs/index.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index d88ecc4..cfa9bf0 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -237,8 +237,8 @@ you can also just write and everything will work as intended. The class used for this is exposed as `AttribAccessDict`. -User dicts -~~~~~~~~~~ +User / account dicts +~~~~~~~~~~~~~~~~~~~~ .. _user dict: .. code-block:: python @@ -274,6 +274,7 @@ User dicts # For fields with "this is me" type verification, verified_at is set to the # last verification date (It is None otherwise) 'emojis': # List of custom emoji used in name, bio or fields + 'discoverable': # Indicates whether or not a user is visible on the discovery page } mastodon.account_verify_credentials()["source"] -- cgit v1.2.3