logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: fb02241580e095a7481c2e8e7ff0e5f6dc535c72
parent 509f82e4d626bcaea0535bc5be28b5e5d067a37b
Author: Kaizhe Huang <hkz85825915@gmail.com>
Date:   Mon, 21 Dec 2020 00:54:15 +1100

Fix trailing whitespaces in lib/pleroma/web/web_finger.ex

Diffstat:

Mlib/pleroma/web/web_finger.ex2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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"]) _ ->