diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 5 |
1 files changed, 3 insertions, 2 deletions
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 | |||
237 | and everything will work as intended. The class used for this is exposed as | 237 | and everything will work as intended. The class used for this is exposed as |
238 | `AttribAccessDict`. | 238 | `AttribAccessDict`. |
239 | 239 | ||
240 | User dicts | 240 | User / account dicts |
241 | ~~~~~~~~~~ | 241 | ~~~~~~~~~~~~~~~~~~~~ |
242 | .. _user dict: | 242 | .. _user dict: |
243 | 243 | ||
244 | .. code-block:: python | 244 | .. code-block:: python |
@@ -274,6 +274,7 @@ User dicts | |||
274 | # For fields with "this is me" type verification, verified_at is set to the | 274 | # For fields with "this is me" type verification, verified_at is set to the |
275 | # last verification date (It is None otherwise) | 275 | # last verification date (It is None otherwise) |
276 | 'emojis': # List of custom emoji used in name, bio or fields | 276 | 'emojis': # List of custom emoji used in name, bio or fields |
277 | 'discoverable': # Indicates whether or not a user is visible on the discovery page | ||
277 | } | 278 | } |
278 | 279 | ||
279 | mastodon.account_verify_credentials()["source"] | 280 | mastodon.account_verify_credentials()["source"] |