Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

friends_with? returns true if users are not friends #21

Closed
tr0ythex opened this issue Mar 5, 2016 · 2 comments
Closed

friends_with? returns true if users are not friends #21

tr0ythex opened this issue Mar 5, 2016 · 2 comments

Comments

@tr0ythex
Copy link

tr0ythex commented Mar 5, 2016

User1 sends request to user2
user1.friend_request(user2)
And now even if user2 hasn't accepted friend request from user1, friends_with? return true

user1.friends_with?(user2)
=> true
user2.friends_with?(user1)
=> true
@sungwoncho
Copy link
Collaborator

Fixed in 0.1.2

@tr0ythex
Copy link
Author

tr0ythex commented Mar 6, 2016

Thank you man)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants