Revert "Add remote follow path to webfinger."

This reverts commit bc689740f0.
This commit is contained in:
eal 2018-01-18 03:42:09 +02:00
commit fb5aa34092
2 changed files with 1 additions and 6 deletions

View file

@ -22,10 +22,6 @@ defmodule Pleroma.Web.OStatus do
"#{user.ap_id}/salmon"
end
def remote_follow_path do
"#{Web.base_url}/ostatus_subscribe?acct={uri}"
end
def handle_incoming(xml_string) do
with doc when doc != :error <- parse_document(xml_string) do
entries = :xmerl_xpath.string('//entry', doc)