diff options
author | Charlène <[email protected]> | 2019-05-27 22:14:30 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2019-05-27 22:14:30 +0200 |
commit | 79fe38a77c0bdb3cf6866244fd458643305f02de (patch) | |
tree | 907a3518cec8c82e1c0d27748828ba7fc231d94e | |
parent | f69de2bed13cf109a297ad504a031ef763abdc90 (diff) | |
download | mastodon.py-79fe38a77c0bdb3cf6866244fd458643305f02de.tar.gz |
Mention media description existence in media dicts
Media descriptions are provided but not documented.
-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 4e95bbb..a7bdbca 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -555,6 +555,7 @@ Media dicts | |||
555 | # Note that a video may have an image as preview. | 555 | # Note that a video may have an image as preview. |
556 | # May also contain a 'focus' dict. | 556 | # May also contain a 'focus' dict. |
557 | 'blurhash': # The blurhash for the image, used for preview / placeholder generation | 557 | 'blurhash': # The blurhash for the image, used for preview / placeholder generation |
558 | 'description': # If set, the user-provided description for this media. | ||
558 | } | 559 | } |
559 | 560 | ||
560 | # Metadata dicts (image) - all fields are optional: | 561 | # Metadata dicts (image) - all fields are optional: |