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

This commit is contained in:
Weblate
2018-03-20 10:39:27 +00:00

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