RS IZ added a logger statement and a guid in the webfinger profile
This commit is contained in:
parent
522450c9d3
commit
c73ce3ff99
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue