don't get url from hcard, is already set from webfinger
prepare for federation refactoring
This commit is contained in:
parent
2294e59ee3
commit
540b8df1b8
1 changed files with 0 additions and 1 deletions
|
|
@ -264,7 +264,6 @@ class Person < ActiveRecord::Base
|
|||
#hcard_profile = HCard.find profile.hcard.first[:href]
|
||||
::Logging::Logger[self].info "event=webfinger_marshal valid=#{new_person.valid?} " \
|
||||
"target=#{new_person.diaspora_handle}"
|
||||
new_person.url = hcard[:url]
|
||||
new_person.assign_new_profile_from_hcard(hcard)
|
||||
new_person.save!
|
||||
new_person.profile.save!
|
||||
|
|
|
|||
Loading…
Reference in a new issue