nope that last fix I was too tired. the problem is when someone sends me a request saying it is a response from me
This commit is contained in:
parent
09c4def70b
commit
a5ba14f89c
1 changed files with 0 additions and 2 deletions
|
|
@ -83,11 +83,9 @@ module Diaspora
|
|||
request.person.save
|
||||
old_request = Request.first(:id => request.id)
|
||||
Rails.logger.info("I got a reqest_id #{request.id} with old request #{old_request.inspect}")
|
||||
if old_request
|
||||
request.aspect_id = old_request.aspect_id if old_request
|
||||
request.save
|
||||
receive_friend_request(request)
|
||||
end
|
||||
end
|
||||
|
||||
def receive_profile profile, xml
|
||||
|
|
|
|||
Loading…
Reference in a new issue