From 7b94ffae0ee766eec8e1332b44862780b78e2c34 Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Sat, 13 Apr 2013 22:59:14 -0400 Subject: [PATCH] changes --- src/client_container.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client_container.proto b/src/client_container.proto index 72687fc93..a4826f20c 100644 --- a/src/client_container.proto +++ b/src/client_container.proto @@ -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;