nevermind
This commit is contained in:
parent
02e1ed82a3
commit
f256d433fd
2 changed files with 0 additions and 3 deletions
|
|
@ -23,7 +23,6 @@ class Person
|
|||
include MongoMapper::Document
|
||||
include ROXML
|
||||
include Encryptor::Public
|
||||
include Diaspora::Socketable
|
||||
|
||||
xml_accessor :_id
|
||||
xml_accessor :email
|
||||
|
|
|
|||
|
|
@ -263,8 +263,6 @@ class User
|
|||
person = Diaspora::Parser.owner_id_from_xml xml
|
||||
person.profile = object
|
||||
person.save
|
||||
|
||||
object.socket_to_uid(id, :aspect_ids => aspect_ids) if object.respond_to?(:socket_to_uid)
|
||||
|
||||
elsif object.is_a?(Comment)
|
||||
object.person = Diaspora::Parser.parse_or_find_person_from_xml( xml ).save if object.person.nil?
|
||||
|
|
|
|||
Loading…
Reference in a new issue