You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-17 17:42:41 +03:00
Add more punctuation to regex
This commit is contained in:
@@ -33,7 +33,7 @@ const INITIAL_LOAD_NUM_INVITED = 5;
|
|||||||
const SHOW_MORE_INCREMENT = 100;
|
const SHOW_MORE_INCREMENT = 100;
|
||||||
|
|
||||||
// Regex applied to member names before applying sort, to fuzzy it a little
|
// Regex applied to member names before applying sort, to fuzzy it a little
|
||||||
const SORT_REGEX = /[.?!,;:\-()[\]{}'"&@]+/g;
|
const SORT_REGEX = /[.?!,;:\-()[\]{}'"&@#\\/+_=]+/g;
|
||||||
|
|
||||||
module.exports = createReactClass({
|
module.exports = createReactClass({
|
||||||
displayName: 'MemberList',
|
displayName: 'MemberList',
|
||||||
|
|||||||
Reference in New Issue
Block a user