fixed remote follow

This commit is contained in:
Maksim Pechnikov 2019-12-20 16:33:44 +03:00
parent d23a80e691
commit 7bd0bca2ab
1 changed files with 4 additions and 0 deletions

View File

@ -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