aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst5
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
237and everything will work as intended. The class used for this is exposed as 237and everything will work as intended. The class used for this is exposed as
238`AttribAccessDict`. 238`AttribAccessDict`.
239 239
240User dicts 240User / 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"]
Powered by cgit v1.2.3 (git 2.41.0)