diff options
author | halcy <halcy@ARARAGI-KUN> | 2022-11-07 23:11:30 +0200 |
---|---|---|
committer | halcy <halcy@ARARAGI-KUN> | 2022-11-07 23:11:30 +0200 |
commit | 3277ca777821e76955fb26d80788939a311db9db (patch) | |
tree | bef0749a451464d00e59fb3c685e6eb6d69a8a78 /docs | |
parent | 33d1e17e2e75884abd6e0a8a3e4a4da388e97e55 (diff) | |
download | mastodon.py-3277ca777821e76955fb26d80788939a311db9db.tar.gz |
Initial test fixing pass. Four tests still fail.
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"] |