From e9804086ca41c95dc31c1f139970a456e0d82fd9 Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 25 Jan 2017 15:03:01 +0000 Subject: [PATCH] Point to InviteAddressType --- src/components/views/dialogs/ChatInviteDialog.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/views/dialogs/ChatInviteDialog.js b/src/components/views/dialogs/ChatInviteDialog.js index babdf6d9ba..c35f247ad7 100644 --- a/src/components/views/dialogs/ChatInviteDialog.js +++ b/src/components/views/dialogs/ChatInviteDialog.js @@ -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,