diff options
author | Tristan Mahé <gled@remote-shell.net> | 2018-07-19 17:44:18 -0700 |
---|---|---|
committer | Tristan Mahé <gled@remote-shell.net> | 2018-07-19 17:44:18 -0700 |
commit | bc2668bb63aee2c42cdea48782ba5ef291c17b45 (patch) | |
tree | 838d334208c4dadf23b974181c0ad4c17b199f8c /lib/pleroma/upload.ex | |
parent | 5469fb9561bb886deb8434e545dfb711eb20f341 (diff) | |
parent | 41b0ecef959df0a1cda71e56e256cacebe48d56f (diff) | |
download | pleroma-bc2668bb63aee2c42cdea48782ba5ef291c17b45.tar.gz |
Merge remote-tracking branch 'upstream/develop' into feature/filter_exif
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", |