yangxvlin / Family-Artifact-Register

COMP30022 - IT Project - 2019S2 - Capstone Project
GNU General Public License v3.0
3 stars 1 forks source link

Friend invitation #201

Closed chen-dudu closed 5 years ago

chen-dudu commented 5 years ago

Now, users can see all their friend requests in the request page

chen-dudu commented 5 years ago

build failed, with error message: error: addFriend(UserInfo,UserInfo) has private access in UserInfoManager

Dovermore commented 5 years ago

@chen-dudu You don't use addFriend anymore, use acceptFriendInvitation instead.

chen-dudu commented 5 years ago

For getFriendInvitations(),do I get all the IDs that have sent me invitations, OR all IDs that I have sent invitation to ?