projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e707ab
)
debug
author
hakabahitoyo
<hakabahitoyo@example.com>
Thu, 15 Nov 2018 07:08:55 +0000
(16:08 +0900)
committer
hakabahitoyo
<hakabahitoyo@example.com>
Thu, 15 Nov 2018 07:08:55 +0000
(16:08 +0900)
lib/pleroma/uploaders/mdii.ex
patch
|
blob
|
history
diff --git
a/lib/pleroma/uploaders/mdii.ex
b/lib/pleroma/uploaders/mdii.ex
index c5deaf73f744638d2ddff71a50678a672f4f5790..f1f996fca4549594cfefe3308ee97993e402d0f3 100644
(file)
--- a/
lib/pleroma/uploaders/mdii.ex
+++ b/
lib/pleroma/uploaders/mdii.ex
@@
-12,10
+12,10
@@
defmodule Pleroma.Uploaders.Mdii do
File.rm!(path)
extension = Regex.replace(~r/^image\//, content_type, "")
- query = "https://#{host_name}/mdii.cgi?#{extension}"
+ query = "https://#{host_name}/mdii
-post
.cgi?#{extension}"
with {:ok, %{status_code: 200, body: body}} <- @httpoison.post(query, file_data) do
- remote_file_name =
body
+ remote_file_name =
List.first(String.split(body))
public_url = "https://#{host_name}/#{remote_file_name}.#{extension}"
{:ok, public_url}
end