diff options
author | Hakaba Hitoyo <hakabahitoyo@example.com> | 2018-07-19 17:42:00 +0900 |
---|---|---|
committer | Hakaba Hitoyo <hakabahitoyo@example.com> | 2018-07-19 17:42:00 +0900 |
commit | cc9c062b553e20018e406dc605e6e504ad3134a6 (patch) | |
tree | 9cf2a1e19697ceefa99671980f42901e0025eaa0 /lib/pleroma/upload.ex | |
parent | b12d17d2ce270e0d964f599efd4f16fba95b17ce (diff) | |
parent | 41b0ecef959df0a1cda71e56e256cacebe48d56f (diff) | |
download | pleroma-cc9c062b553e20018e406dc605e6e504ad3134a6.tar.gz |
merge
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 43df0d418..92a89e296 100644 --- a/lib/pleroma/upload.ex +++ b/lib/pleroma/upload.ex @@ -19,7 +19,7 @@ defmodule Pleroma.Upload do end %{ - "type" => "Image", + "type" => "Document", "url" => [ %{ "type" => "Link", |