projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
509f82e
)
Fix trailing whitespaces in lib/pleroma/web/web_finger.ex
author
Kaizhe Huang
<hkz85825915@gmail.com>
Sun, 20 Dec 2020 13:54:15 +0000
(
00:54
+1100)
committer
Kaizhe Huang
<hkz85825915@gmail.com>
Sun, 20 Dec 2020 13:54:15 +0000
(
00:54
+1100)
lib/pleroma/web/web_finger.ex
patch
|
blob
|
history
diff --git
a/lib/pleroma/web/web_finger.ex
b/lib/pleroma/web/web_finger.ex
index ca200588aa942e12a4a985d1f2494de24a1df41f..2e39ae0484bb0edd0a1a8839b91f2654d87cedcd 100644
(file)
--- 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"])
_ ->