mastodon / mastodon-api

A ruby interface for the Mastodon API
173 stars 62 forks source link

Add support for editing media description #35

Closed renatolond closed 6 years ago

renatolond commented 6 years ago

Adding media description when uploading the image is supported, but creates issues with descriptions that contain utf-8 characters. The two-step approach (upload, add description) is better for these cases.

renatolond commented 6 years ago

Hm, travis issue seems to be a fail on rspec in ruby-head, which seems to be running 2.6, is this intentional?