From da32714a89681689ab5c8363a48dc82221aeff08 Mon Sep 17 00:00:00 2001 From: Greg Price Date: Wed, 24 Sep 2025 11:10:38 -0700 Subject: [PATCH] content [nfc]: Link TODO to issue for making @-mentions tappable Just filed this issue in the tracker. --- lib/widgets/content.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/widgets/content.dart b/lib/widgets/content.dart index 3626d55ae4..2816e90233 100644 --- a/lib/widgets/content.dart +++ b/lib/widgets/content.dart @@ -1224,7 +1224,7 @@ class UserMention extends StatelessWidget { padding: const EdgeInsets.symmetric(horizontal: 0.2 * kBaseFontSize), child: InlineContent( // If an @-mention is inside a link, let the @-mention override it. - recognizer: null, // TODO make @-mentions tappable, for info on user + recognizer: null, // TODO(#1867) make @-mentions tappable, for info on user // One hopes an @-mention can't contain an embedded link. // (The parser on creating a UserMentionNode has a TODO to check that.) linkRecognizers: null,