daniel-bell / hush

A client-side encrypted chat application
MIT License
0 stars 0 forks source link

Adding and getting a list of friends #9

Closed homelinen closed 10 years ago

homelinen commented 10 years ago

Should be able to add friends and get the list of friends.

User->getRelationships() and User->hasRelationship($user2) might be where you'd want it.