You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-07 10:46:24 +03:00
Remove query matcher shouldMatchPrefix support
This commit is contained in:
@@ -56,7 +56,6 @@ export default class UserProvider extends AutocompleteProvider {
|
||||
this.matcher = new QueryMatcher([], {
|
||||
keys: ['name'],
|
||||
funcs: [obj => obj.userId.slice(1)], // index by user id minus the leading '@'
|
||||
shouldMatchPrefix: false,
|
||||
shouldMatchWordsOnly: false,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user