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