mattn / go-mastodon

mastodon client for golang
MIT License
600 stars 85 forks source link

Add description to attachments #129

Closed RasmusLindroth closed 4 years ago

RasmusLindroth commented 4 years ago

Hi,

UploadMedia and UploadMediaFromReader doesn't seem to support adding a description to your files or am I missing something?

I can help with a PR in that case, but want to know if it's already possible first

mattn commented 4 years ago

Attatchment already have description.

https://github.com/mattn/go-mastodon/blob/3e91c76504df99d2066afada755594ee8b554d1d/mastodon.go#L292

178inaba commented 4 years ago

@RasmusLindroth Do you need the ability to add a description when uploading an image?

I implemented that feature and submitted a pull request. https://github.com/mattn/go-mastodon/pull/130

RasmusLindroth commented 4 years ago

Thank you! :)