proto/user.proto @@ -14,7 +14,7 @@ string username = 2; int32 usertype = 3; string nickname = 4; // ... other fields repeated string sub_user_ids = 5; } message UserRequest {