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 ed7fda0 commit c638335Copy full SHA for c638335
lib/model/autocomplete.dart
@@ -116,6 +116,7 @@ final RegExp _mentionIntentRegex = (() {
116
// full_name, find uses of UserProfile.NAME_INVALID_CHARS in zulip/zulip.)
117
const fullNameAndEmailCharExclusions = r'\*`\\>"\p{Other}';
118
119
+ // TODO(#1967): ignore immediate "**" after '@' sign
120
return RegExp(
121
beforeAtSign
122
+ r'@(_?)' // capture, so we can distinguish silent mentions
0 commit comments