Merge pull request #1800 from ma1uta/develop

Enable autocompletion for non-English languages.
pull/21833/head
David Baker 2018-03-20 10:39:20 +00:00 committed by GitHub
commit 7ac583bc96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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