forked from YokaiRick/akkoma
mastodon api: use object name as alt text
This commit is contained in:
parent
f10291a1d3
commit
cd19d37a90
1 changed files with 2 additions and 1 deletions
|
@ -169,7 +169,8 @@ def render("attachment.json", %{attachment: attachment}) do
|
|||
remote_url: href,
|
||||
preview_url: MediaProxy.url(href),
|
||||
text_url: href,
|
||||
type: type
|
||||
type: type,
|
||||
description: attachment["name"]
|
||||
}
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue