Skip to content

Commit

Permalink
Merge pull request #38121 from tienifr/fix/38074
Browse files Browse the repository at this point in the history
Fix mention with the same front name
  • Loading branch information
thienlnam authored Mar 23, 2024
2 parents 578487e + 3e8f1b3 commit 0167a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CONST.ts
Original file line number Diff line number Diff line change
@@ -1679,7 +1679,7 @@ const CONST = {

POLICY_ID_FROM_PATH: /\/w\/([a-zA-Z0-9]+)(\/|$)/,

SHORT_MENTION: new RegExp(`@[\\w\\-\\+\\'#]+(?:\\.[\\w\\-\\'\\+]+)*`, 'gim'),
SHORT_MENTION: new RegExp(`@[\\w\\-\\+\\'#@]+(?:\\.[\\w\\-\\'\\+]+)*`, 'gim'),
},

PRONOUNS: {

0 comments on commit 0167a83

Please sign in to comment.