Media uploading now works

This commit is contained in:
Lorenz Diener 2016-11-24 13:18:13 +01:00
pare 78120bed1b
commit ed89ead28d

Veure arxiu

@ -116,8 +116,9 @@ These functions allow you to interact with other accounts: To (un)follow and
Writing data: Media Writing data: Media
------------------- -------------------
This function allows you to upload media to Mastodon. Except it This function allows you to upload media to Mastodon. The returned
doesn't, because it is currently broken. But it will. media IDs (Up to 4 at the same time) can then be used with post_status
to attach media to statuses.
.. automethod:: Mastodon.media_post .. automethod:: Mastodon.media_post