upload: use generic Document object type instead of Image (mastodon compatibility)
Mastodon does not use the object name as alt text when the object is an Image.
This commit is contained in:
parent
d93789dfde
commit
f10291a1d3
|
@ -19,7 +19,7 @@ def store(%Plug.Upload{} = file, should_dedupe) do
|
|||
end
|
||||
|
||||
%{
|
||||
"type" => "Image",
|
||||
"type" => "Document",
|
||||
"url" => [
|
||||
%{
|
||||
"type" => "Link",
|
||||
|
|
Loading…
Reference in New Issue