BooDoo / CheapBotsTootSweet

Hosting Tracery-based Mastodon bots for others https://cheapbotstootsweet.com
MIT License
3 stars 0 forks source link

Serialized Media Processing/Uploading? #2

Open BooDoo opened 6 years ago

BooDoo commented 6 years ago

Mastodon API doesn't respect the order of media_id array; CBTS should serialize the uploads of media so ensure order of assigned media_ids matches source grammar's media order.

Changes needed in both send_status and backend Treat media_promises a la Bluebird's mapSeries()?

BooDoo commented 1 year ago

did this get fixed upstream in Mastodon?

It seems like some users have serialized images and they never race/get out of order...