From: Kaizhe Huang Date: Sun, 20 Dec 2020 13:54:15 +0000 (+1100) Subject: Fix trailing whitespaces in lib/pleroma/web/web_finger.ex X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=fb02241580e095a7481c2e8e7ff0e5f6dc535c72;p=akkoma Fix trailing whitespaces in lib/pleroma/web/web_finger.ex --- diff --git a/lib/pleroma/web/web_finger.ex b/lib/pleroma/web/web_finger.ex index ca200588a..2e39ae048 100644 --- a/lib/pleroma/web/web_finger.ex +++ b/lib/pleroma/web/web_finger.ex @@ -116,7 +116,7 @@ defmodule Pleroma.Web.WebFinger do {"application/ld+json; profile=\"https://www.w3.org/ns/activitystreams\"", "self"} -> Map.put(data, "ap_id", link["href"]) - {nil, "http://ostatus.org/schema/1.0/subscribe"} -> + {nil, "http://ostatus.org/schema/1.0/subscribe"} -> Map.put(data, "subscribe_address", link["template"]) _ ->