RS IZ added a logger statement and a guid in the webfinger profile

This commit is contained in:
Raphael 2010-09-09 16:20:27 -07:00
parent 522450c9d3
commit c73ce3ff99

View file

@ -95,7 +95,7 @@ class Person
public_key = profile.links.select{|x| x.rel == 'diaspora-public-key'}.first.href
new_person.exported_key = Base64.decode64 public_key
guid = profile.links.select{|x| x.rel == 'diaspora-public-key'}.first.href
guid = profile.links.select{|x| x.rel == 'http://joindiaspora.com/guid'}.first.href
new_person.id = guid
new_person.email = identifier