mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-23 15:31:22 +02:00
Enable autocompletion for non-English languages.
This commit is contained in:
parent
59bb5ce9d8
commit
953a520f38
@ -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…
x
Reference in New Issue
Block a user