forked from AkkomaGang/akkoma
Fix trailing whitespaces in lib/pleroma/web/web_finger.ex
This commit is contained in:
parent
509f82e4d6
commit
fb02241580
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ defp webfinger_from_json(doc) 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"])
|
||||
|
||||
_ ->
|
||||
|
|
Loading…
Reference in a new issue