forked from AkkomaGang/akkoma
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
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ def store(%Plug.Upload{} = file, should_dedupe) do
|
|||
end
|
||||
|
||||
%{
|
||||
"type" => "Image",
|
||||
"type" => "Document",
|
||||
"url" => [
|
||||
%{
|
||||
"type" => "Link",
|
||||
|
|
Loading…
Reference in a new issue