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:
authorBenjamin Neff <benjamin@coding4coffee.ch>2021-08-16 02:32:55 +0300
committerBenjamin Neff <benjamin@coding4coffee.ch>2021-09-18 20:18:34 +0300
commit28f03f0a1156fe534cd77a4e99eb2c30fb147b31 (patch)
treea120309cd3848b1803b11f86ce58fe06347c44c0 /app/controllers
parent8392c894d2f714377214731673190958d4c09860 (diff)
Cleanup person_by_handle route
I think this is a leftover from a long time ago and I can't find anything that still uses that closes #8280
Diffstat (limited to 'app/controllers')
-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