mastodon/mastodon-api

create_status loses media attachments

ryanfb opened this issue · 0 comments

If I do something like the following:

result = mastodon_client.create_status(text, nil, [media["id"]])

The posted status doesn't have any media, and result has "media_attachments"=>[].