Autocomplete fixes and improvements
This commit is contained in:
parent
fbf2d5f96c
commit
9a991a4dfd
4 changed files with 32 additions and 21 deletions
|
@ -32,7 +32,6 @@ export default class RoomProvider extends AutocompleteProvider {
|
|||
return {
|
||||
room: room,
|
||||
name: room.name,
|
||||
roomId: room.roomId,
|
||||
aliases: room.getAliases(),
|
||||
};
|
||||
}));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue