From 85ca59993582ea54ac5843671d755e5337a2d599 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Tue, 5 Jun 2018 01:54:12 +0200 Subject: Add fields support, tests --- docs/index.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/index.rst b/docs/index.rst index 0dc31f8..dc9423f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -228,6 +228,7 @@ User dicts 'moved_to_account': # If set, an account dict of the account this user has # set up as their moved-to address. 'bot': # Boolean indicating whether this account is automated. + 'fields': # List of up to four dicts with free-form 'name' and 'value' profile info. } mastodon.account_verify_credentials()["source"] -- cgit v1.2.3