WebFinger: add subscribe_address in return data of JSON responses
This commit is contained in:
parent
afc68a052c
commit
83cd7f2b5f
@ -116,6 +116,9 @@ 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"} ->
|
||||
Map.put(data, "subscribe_address", link["template"])
|
||||
|
||||
_ ->
|
||||
Logger.debug("Unhandled type: #{inspect(link["type"])}")
|
||||
data
|
||||
|
Loading…
Reference in New Issue
Block a user