Merge remote-tracking branch 'origin/develop' into develop

pull/21833/head
Weblate 2018-03-20 10:39:27 +00:00
commit 50f0204ec5
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);