diff --git a/proto/decentraland/social/friendships/friendships.proto b/proto/decentraland/social/friendships/friendships.proto index 73059f59..5e27eb4c 100644 --- a/proto/decentraland/social/friendships/friendships.proto +++ b/proto/decentraland/social/friendships/friendships.proto @@ -79,7 +79,7 @@ message UpdateFriendshipPayload { } message MutualFriendsPayload { - User user = 1; + User other_user = 1; // For internal use only, subject to change. optional Payload auth_token = 2; }