daniel-bell / hush

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

Friendship Requests #22

Open daniel-bell opened 10 years ago

daniel-bell commented 10 years ago

Currently a friendship is instantly created and can be used by the creator.

An ideal implementation would be that a user can create up to N amount of friendship requests for various user names. The target of this request would then be able to accept, deny or block this request.

The issue of scraping usernames arises here, possible solutions include:

daniel-bell commented 10 years ago

Request confirmation is enabled via the /user_relationship/confirm/{user_id} route with commit f40112ff8dfe1cbf163c2f99b3f1ec8d291cec3a

Still to be enabled:

daniel-bell commented 10 years ago

Friend requests can now be accepted via the user interface in commit 04b90e31ea39bbbd410919433275e412b0d7e327