MS RS actually fix the photo bug. without breaking the specs
This commit is contained in:
parent
4d2820e31c
commit
26e1cfe955
1 changed files with 2 additions and 1 deletions
|
|
@ -42,7 +42,8 @@ module Diaspora
|
||||||
end
|
end
|
||||||
|
|
||||||
def contact_for_person_id(person_id)
|
def contact_for_person_id(person_id)
|
||||||
friends(:person_id => person_id).first
|
friends.first(:person_id => person_id.to_id) if person_id
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
def friends_not_in_aspect( aspect )
|
def friends_not_in_aspect( aspect )
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue