use the correct end file

This commit is contained in:
Tristan Mahé 2018-06-26 15:09:45 -07:00
parent ca63585a32
commit dc8ace29d1
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ defmodule Pleroma.Upload do
File.cp!(file.path, result_file)
end
strip_exif_data(content_type, file.path)
strip_exif_data(content_type, result_file)
%{
"type" => "Image",
@ -69,7 +69,7 @@ defmodule Pleroma.Upload do
File.rename(uuidpath, result_file)
end
strip_exif_data(content_type, uuidpath)
strip_exif_data(content_type, result_file)
%{
"type" => "Image",