Change record status: 
Project: 
Introduced in branch: 
7.x-2.x
Introduced in version: 
7.x-2.x-dev
Description: 

The load and autocomplete callbacks in hook_privatemsg_recipient_type_info are passed one extra argument, which is the recipient type name. The callback functions in privatemsg_roles are changed accordingly although these functions do not actually use the type name.

This is useful when you use one callback to handle multiple recipient types.

Impacts: 
Module developers