This commit is contained in:
Brian Smith 2013-04-13 22:59:14 -04:00
parent 4bc3ba3309
commit 7b94ffae0e
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ message Heartbeat {
// target: client
// send from server to client when user sends a friend request
message FriendRequest {
optional string id = 1;
optional string friend_request_id = 1;
optional string user_id = 2;
optional string name = 3;
optional string photo_url = 4;