not encrypting the entire thing

This commit is contained in:
ilya 2010-10-03 17:39:16 -07:00
parent 3eaf4e0ba1
commit ce4f8cab8b

View file

@ -180,7 +180,7 @@ class User
def push_to_person( person, xml ) def push_to_person( person, xml )
Rails.logger.debug("Adding xml for #{self} to message queue to #{url}") Rails.logger.debug("Adding xml for #{self} to message queue to #{url}")
QUEUE.add_post_request( person.receive_url, person.encrypt(xml) ) QUEUE.add_post_request( person.receive_url, xml )
QUEUE.process QUEUE.process
end end