We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d0ebdd commit e49a0fdCopy full SHA for e49a0fd
lib/model/autocomplete.dart
@@ -99,6 +99,7 @@ final RegExp _mentionIntentRegex = (() {
99
// full_name, find uses of UserProfile.NAME_INVALID_CHARS in zulip/zulip.)
100
const fullNameAndEmailCharExclusions = r'\*`\\>"\p{Other}';
101
102
+ // TODO(#1967): ignore immediate "**" after '@' sign
103
return RegExp(
104
beforeAtSign
105
+ r'@(_?)' // capture, so we can distinguish silent mentions
0 commit comments