diff options
author | Lorenz Diener <[email protected]> | 2018-06-05 01:54:12 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2018-06-05 01:54:12 +0200 |
commit | 85ca59993582ea54ac5843671d755e5337a2d599 (patch) | |
tree | 9af28f03146e266f2b00f835ef0205a4e78d8393 /docs | |
parent | 465981ea9a5e56e6a8b2cebcc6102849e5bc5acf (diff) | |
download | mastodon.py-85ca59993582ea54ac5843671d755e5337a2d599.tar.gz |
Add fields support, tests
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
228 | 'moved_to_account': # If set, an account dict of the account this user has | 228 | 'moved_to_account': # If set, an account dict of the account this user has |
229 | # set up as their moved-to address. | 229 | # set up as their moved-to address. |
230 | 'bot': # Boolean indicating whether this account is automated. | 230 | 'bot': # Boolean indicating whether this account is automated. |
231 | 'fields': # List of up to four dicts with free-form 'name' and 'value' profile info. | ||
231 | } | 232 | } |
232 | 233 | ||
233 | mastodon.account_verify_credentials()["source"] | 234 | mastodon.account_verify_credentials()["source"] |