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

stable
Kaizhe Huang 4 years ago
parent 509f82e4d6
commit fb02241580

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

Loading…
Cancel
Save