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 3ecdd50 commit 6fcc009Copy full SHA for 6fcc009
lib/model/internal_link.dart
@@ -144,7 +144,7 @@ class NarrowLink extends InternalLink {
144
/// type *could* accurately represent. We should try to understand these
145
/// better, but some kinds will be rare, even unheard-of. For example:
146
/// #narrow/stream/1-announce/stream/1-announce (duplicated operator)
147
-// TODO(#252): handle all valid narrow links, returning a search narrow
+// TODO(#1661): handle all valid narrow links, returning a search narrow
148
InternalLink? parseInternalLink(Uri url, PerAccountStore store) {
149
if (!_isInternalLink(url, store.realmUrl)) return null;
150
0 commit comments