From 085dd61607bc6eae370cd851c08e8823829875d8 Mon Sep 17 00:00:00 2001 From: ilya Date: Fri, 13 Aug 2010 11:43:30 -0700 Subject: [PATCH] RS, IZ; changed zombiefriends to use webfinger --- app/controllers/dev_utilities_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/dev_utilities_controller.rb b/app/controllers/dev_utilities_controller.rb index 3733eabc5..8f0af7a97 100644 --- a/app/controllers/dev_utilities_controller.rb +++ b/app/controllers/dev_utilities_controller.rb @@ -28,7 +28,7 @@ def warzombie if current_user.email == "tom@tom.joindiaspora.com" && current_user.friends.first.nil? bkr_info.each do |backer| logger.debug "Zombefriending #{backer['given_name']} #{backer['family_name']}" - current_user.send_friend_request_to("http://#{backer['username']}.joindiaspora.com/", current_user.groups.first.id) + current_user.send_friend_request_to("#{backer['username']}@#{backer['username']}.joindiaspora.com", current_user.groups.first.id) end end end