Skip to content

Commit

Permalink
fix mention with the same front name
Browse files Browse the repository at this point in the history
  • Loading branch information
tienifr committed Mar 12, 2024
1 parent b8590c9 commit 3e8f1b3
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
Expand Up @@ -1579,7 +1579,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: {
Expand Down

0 comments on commit 3e8f1b3

Please sign in to comment.