forked from AkkomaGang/akkoma
LRDD, you are special and we love you too
This commit is contained in:
parent
2702df489f
commit
96cfc67e05
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ def find_lrdd_template(domain) do
|
||||||
with {:ok, %{body: body}} <- @httpoison.get("https://#{domain}/.well-known/host-meta", []) do
|
with {:ok, %{body: body}} <- @httpoison.get("https://#{domain}/.well-known/host-meta", []) do
|
||||||
get_template_from_xml(body)
|
get_template_from_xml(body)
|
||||||
else
|
else
|
||||||
e -> {:error, "Can't find lrdd template: #{inspect(e)}"}
|
e -> {:error, "Can't find LRDD template: #{inspect(e)}"}
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue