Remove done todo
This commit is contained in:
parent
4a36e32c8d
commit
0f9f1c85a8
1 changed files with 0 additions and 1 deletions
|
@ -90,7 +90,6 @@ export default withMatrixClient(React.createClass({
|
|||
let memberList = this.state.members;
|
||||
if (query) {
|
||||
memberList = memberList.filter((m) => {
|
||||
// TODO: add this when we have this info from the API
|
||||
const matchesName = m.displayname.toLowerCase().indexOf(query) !== -1;
|
||||
const matchesId = m.userId.toLowerCase().includes(query);
|
||||
|
||||
|
|
Loading…
Reference in a new issue