diff options
author | Kaizhe Huang <hkz85825915@gmail.com> | 2020-12-21 00:54:15 +1100 |
---|---|---|
committer | Kaizhe Huang <hkz85825915@gmail.com> | 2020-12-21 00:54:15 +1100 |
commit | fb02241580e095a7481c2e8e7ff0e5f6dc535c72 (patch) | |
tree | e91d434d68b65fa220221522995d768910c8186a | |
parent | 509f82e4d626bcaea0535bc5be28b5e5d067a37b (diff) | |
download | pleroma-fb02241580e095a7481c2e8e7ff0e5f6dc535c72.tar.gz |
Fix trailing whitespaces in lib/pleroma/web/web_finger.ex
-rw-r--r-- | lib/pleroma/web/web_finger.ex | 2 |
1 files changed, 1 insertions, 1 deletions
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"]) _ -> |