mirror of https://github.com/vector-im/riot-web
Unbreak things
parent
69d8e50eeb
commit
83a458938e
|
@ -105,7 +105,7 @@ SearchableEntityList.fromRoomMembers = function(members) {
|
|||
});
|
||||
};
|
||||
|
||||
SearchableEntityList.fromUsers = function(users) {
|
||||
SearchableEntityList.fromUsers = function(users) { /*
|
||||
var UserTile = sdk.getComponent("rooms.UserTile");
|
||||
return users.map(function(u) {
|
||||
return {
|
||||
|
@ -119,7 +119,7 @@ SearchableEntityList.fromUsers = function(users) {
|
|||
);
|
||||
}
|
||||
};
|
||||
});
|
||||
}); */
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue