diff options
Diffstat (limited to 'lib/pleroma/upload.ex')
-rw-r--r-- | lib/pleroma/upload.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/upload.ex b/lib/pleroma/upload.ex index dd2bbab9f..408a3fc56 100644 --- a/lib/pleroma/upload.ex +++ b/lib/pleroma/upload.ex @@ -21,7 +21,7 @@ defmodule Pleroma.Upload do strip_exif_data(content_type, result_file) %{ - "type" => "Image", + "type" => "Document", "url" => [ %{ "type" => "Link", |