You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the v2 API (post Mastodon version 3.1.4), the url in the returned dict will be null, since attachments are processed asynchronously. You can fetch an updated dict using media. Pass “synchronous” to emulate the old behaviour. Not recommended, inefficient and deprecated, will eat your API quota, you know the deal.
But Mastodon.media doesn't actually appear anywhere in the documentation, except for the module source code, which doesn't really make it immediately apparent that that is what is meant or that it's part of the public API.
The text was updated successfully, but these errors were encountered:
media_post tells you:
But
Mastodon.media
doesn't actually appear anywhere in the documentation, except for the module source code, which doesn't really make it immediately apparent that that is what is meant or that it's part of the public API.The text was updated successfully, but these errors were encountered: