From: Mark Felder Date: Mon, 19 Mar 2018 18:05:53 +0000 (+0000) Subject: LRDD, you are special and we love you too X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=96cfc67e053ecbb86d04d3579bc6c71dcd43fb85;p=akkoma LRDD, you are special and we love you too --- 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