mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-07 21:26:13 +02:00
Unbreak things
This commit is contained in:
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…
x
Reference in New Issue
Block a user