mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 14:05:04 +08:00
Point to InviteAddressType
This commit is contained in:
parent
fd8d5af63a
commit
e9804086ca
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user