diff options
author | Mark Felder <feld@FreeBSd.org> | 2018-03-19 18:05:53 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSd.org> | 2018-03-19 18:05:53 +0000 |
commit | 96cfc67e053ecbb86d04d3579bc6c71dcd43fb85 (patch) | |
tree | c256b18e523a4ad1bf386385234f16a52511064d /lib | |
parent | 2702df489fb7bbc2dbb0012f5b7eb8c3278faebe (diff) | |
download | pleroma-96cfc67e053ecbb86d04d3579bc6c71dcd43fb85.tar.gz |
LRDD, you are special and we love you too
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/web/web_finger/web_finger.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/web_finger/web_finger.ex b/lib/pleroma/web/web_finger/web_finger.ex index 9c39cc5a1..019210124 100644 --- a/lib/pleroma/web/web_finger/web_finger.ex +++ b/lib/pleroma/web/web_finger/web_finger.ex @@ -100,7 +100,7 @@ defmodule Pleroma.Web.WebFinger do with {:ok, %{body: body}} <- @httpoison.get("https://#{domain}/.well-known/host-meta", []) do get_template_from_xml(body) else - e -> {:error, "Can't find lrdd template: #{inspect(e)}"} + e -> {:error, "Can't find LRDD template: #{inspect(e)}"} end end end |