Don't try to match query against roomId
We only care about aliases.
This commit is contained in:
parent
8053d2933a
commit
dbade448c1
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ export default class RoomProvider extends AutocompleteProvider {
|
||||||
constructor() {
|
constructor() {
|
||||||
super(ROOM_REGEX);
|
super(ROOM_REGEX);
|
||||||
this.matcher = new FuzzyMatcher([], {
|
this.matcher = new FuzzyMatcher([], {
|
||||||
keys: ['displayedAlias', 'name', 'roomId'],
|
keys: ['displayedAlias', 'name'],
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue