Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/people_controller.rb')
-rw-r--r--app/controllers/people_controller.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/app/controllers/people_controller.rb b/app/controllers/people_controller.rb
index 9d33cf338..f03036e10 100644
--- a/app/controllers/people_controller.rb
+++ b/app/controllers/people_controller.rb
@@ -113,15 +113,6 @@ class PeopleController < ApplicationController
end
end
- def retrieve_remote
- if params[:diaspora_handle]
- Workers::FetchWebfinger.perform_async(params[:diaspora_handle])
- head :ok
- else
- head :unprocessable_entity
- end
- end
-
private
def find_person