pleniec / pvpc-core

1 stars 0 forks source link

Problem with checking if two users are friends #9

Closed Valian closed 9 years ago

Valian commented 9 years ago

Now only way to do so is to download all friends of given user and check if other is among them. I need it for user view, where I have to check if given person is my friend or not. Solution: create filter to_user to FriendshipsController. Same is needed in TeamsInviteController

Valian commented 9 years ago

Also, but it's no needed right now, I will need filtering friends by name.

pleniec commented 9 years ago

https://github.com/pleniec/pvpc-core/issues/10