mastodon api: use object name as alt text
This commit is contained in:
parent
f10291a1d3
commit
cd19d37a90
@ -169,7 +169,8 @@ defmodule Pleroma.Web.MastodonAPI.StatusView do
|
||||
remote_url: href,
|
||||
preview_url: MediaProxy.url(href),
|
||||
text_url: href,
|
||||
type: type
|
||||
type: type,
|
||||
description: attachment["name"]
|
||||
}
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user