diff options
author | Lorenz Diener <[email protected]> | 2016-11-24 13:18:13 +0100 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2016-11-24 13:18:13 +0100 |
commit | ed89ead28d49e95aff47aabd0c801cfeb672be86 (patch) | |
tree | ee8f588ae4ecc77301a932aa621f1024b10eef71 /docs | |
parent | 78120bed1bc8ed71457c49af22cb6dc39ef49031 (diff) | |
download | mastodon.py-ed89ead28d49e95aff47aabd0c801cfeb672be86.tar.gz |
Media uploading now works
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 d5e3402..b485089 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -116,8 +116,9 @@ These functions allow you to interact with other accounts: To (un)follow and | |||
116 | 116 | ||
117 | Writing data: Media | 117 | Writing data: Media |
118 | ------------------- | 118 | ------------------- |
119 | This function allows you to upload media to Mastodon. Except it | 119 | This function allows you to upload media to Mastodon. The returned |
120 | doesn't, because it is currently broken. But it will. | 120 | media IDs (Up to 4 at the same time) can then be used with post_status |
121 | to attach media to statuses. | ||
121 | 122 | ||
122 | .. automethod:: Mastodon.media_post | 123 | .. automethod:: Mastodon.media_post |
123 | 124 | ||