mirror of https://github.com/vector-im/riot-web
Merge pull request #1800 from ma1uta/develop
Enable autocompletion for non-English languages.pull/21833/head
commit
7ac583bc96
|
@ -44,6 +44,7 @@ export default class UserProvider extends AutocompleteProvider {
|
|||
this.matcher = new FuzzyMatcher([], {
|
||||
keys: ['name', 'userId'],
|
||||
shouldMatchPrefix: true,
|
||||
shouldMatchWordsOnly: false
|
||||
});
|
||||
|
||||
this._onRoomTimelineBound = this._onRoomTimeline.bind(this);
|
||||
|
|
Loading…
Reference in New Issue