updating requests for me now that person is taken out of requests
This commit is contained in:
parent
3c16a46f0e
commit
3aab691c78
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ module Diaspora
|
|||
end
|
||||
|
||||
def requests_for_me
|
||||
pending_requests.select{|req| req.person != self.person }
|
||||
pending_requests.select{|req| req.destination_url == self.person.receive_url}
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue