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.
stable
William Pitcock 6 years ago
parent d93789dfde
commit f10291a1d3

@ -19,7 +19,7 @@ defmodule Pleroma.Upload do
end end
%{ %{
"type" => "Image", "type" => "Document",
"url" => [ "url" => [
%{ %{
"type" => "Link", "type" => "Link",

Loading…
Cancel
Save