not encrypting the entire thing
This commit is contained in:
parent
3eaf4e0ba1
commit
ce4f8cab8b
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ class User
|
|||
|
||||
def push_to_person( person, xml )
|
||||
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
|
||||
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue