Merge pull request #1800 from ma1uta/develop

Enable autocompletion for non-English languages.
This commit is contained in:
David Baker
2018-03-20 10:39:20 +00:00
committed by GitHub

View File

@@ -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);