fixed remote follow
This commit is contained in:
parent
d23a80e691
commit
7bd0bca2ab
@ -264,6 +264,10 @@ defmodule Pleroma.Web.ActivityPub.Publisher do
|
||||
"rel" => "self",
|
||||
"type" => "application/ld+json; profile=\"https://www.w3.org/ns/activitystreams\"",
|
||||
"href" => user.ap_id
|
||||
},
|
||||
%{
|
||||
"rel" => "http://ostatus.org/schema/1.0/subscribe",
|
||||
"template" => "#{Pleroma.Web.base_url()}/ostatus_subscribe?acct={uri}"
|
||||
}
|
||||
]
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user