1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

Autocomplete fixes and improvements

This commit is contained in:
Aviral Dasgupta
2016-09-13 17:29:17 +05:30
parent fbf2d5f96c
commit 9a991a4dfd
4 changed files with 32 additions and 21 deletions

View File

@@ -32,7 +32,6 @@ export default class RoomProvider extends AutocompleteProvider {
return {
room: room,
name: room.name,
roomId: room.roomId,
aliases: room.getAliases(),
};
}));