Point to InviteAddressType
This commit is contained in:
parent
fd8d5af63a
commit
e9804086ca
1 changed files with 2 additions and 0 deletions
|
@ -164,6 +164,8 @@ module.exports = React.createClass({
|
||||||
queryList = this._userList.filter((user) => {
|
queryList = this._userList.filter((user) => {
|
||||||
return this._matches(query, user);
|
return this._matches(query, user);
|
||||||
}).map((user) => {
|
}).map((user) => {
|
||||||
|
// Return objects, structure of which is defined
|
||||||
|
// by InviteAddressType
|
||||||
return {
|
return {
|
||||||
addressType: 'mx',
|
addressType: 'mx',
|
||||||
address: user.userId,
|
address: user.userId,
|
||||||
|
|
Loading…
Reference in a new issue