Point to InviteAddressType

pull/21833/head
David Baker 2017-01-25 15:03:01 +00:00
parent fd8d5af63a
commit e9804086ca
1 changed files with 2 additions and 0 deletions

View File

@ -164,6 +164,8 @@ module.exports = React.createClass({
queryList = this._userList.filter((user) => {
return this._matches(query, user);
}).map((user) => {
// Return objects, structure of which is defined
// by InviteAddressType
return {
addressType: 'mx',
address: user.userId,