You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A ask for B's QR code - Triggers pulling friend list for 5 mins
A scans B and A's device send POST sendRequest to server to create a friend request
B's device fetch list of requests. GET getRequest/user_id
B accepts: POST acceptRequest/friend_request_id
Server creates two new entries in Friends table
A and B are friends! and their friend list should be updated.
The text was updated successfully, but these errors were encountered:
for A to add B
A ask for B's QR code - Triggers pulling friend list for 5 mins
A scans B and A's device send POST sendRequest to server to create a friend request
B's device fetch list of requests. GET getRequest/user_id
B accepts: POST acceptRequest/friend_request_id
Server creates two new entries in Friends table
A and B are friends! and their friend list should be updated.
The text was updated successfully, but these errors were encountered: