use the correct end file
This commit is contained in:
parent
ca63585a32
commit
dc8ace29d1
@ -18,7 +18,7 @@ defmodule Pleroma.Upload do
|
|||||||
File.cp!(file.path, result_file)
|
File.cp!(file.path, result_file)
|
||||||
end
|
end
|
||||||
|
|
||||||
strip_exif_data(content_type, file.path)
|
strip_exif_data(content_type, result_file)
|
||||||
|
|
||||||
%{
|
%{
|
||||||
"type" => "Image",
|
"type" => "Image",
|
||||||
@ -69,7 +69,7 @@ defmodule Pleroma.Upload do
|
|||||||
File.rename(uuidpath, result_file)
|
File.rename(uuidpath, result_file)
|
||||||
end
|
end
|
||||||
|
|
||||||
strip_exif_data(content_type, uuidpath)
|
strip_exif_data(content_type, result_file)
|
||||||
|
|
||||||
%{
|
%{
|
||||||
"type" => "Image",
|
"type" => "Image",
|
||||||
|
Loading…
Reference in New Issue
Block a user