Skip to content
Extraits de code Groupes Projets
Valider c73ce3ff rédigé par Raphael's avatar Raphael
Parcourir les fichiers

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

parent 522450c9
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -95,7 +95,7 @@ class Person ...@@ -95,7 +95,7 @@ class Person
public_key = profile.links.select{|x| x.rel == 'diaspora-public-key'}.first.href public_key = profile.links.select{|x| x.rel == 'diaspora-public-key'}.first.href
new_person.exported_key = Base64.decode64 public_key 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.id = guid
new_person.email = identifier new_person.email = identifier
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter