Skip to content

Commit 43a75f2

Browse files
committed
inbox [nfc]: Link a TODO to the issue just filed for it, #1065
1 parent c6c2f33 commit 43a75f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/widgets/inbox.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class _InboxPageState extends State<InboxPage> with PerAccountStoreAwareStateMix
9090
final store = PerAccountStoreWidget.of(context);
9191
final subscriptions = store.subscriptions;
9292

93-
// TODO(perf) make an incrementally-updated view-model for InboxPage
93+
// TODO(#1065) make an incrementally-updated view-model for InboxPage
9494
final sections = <_InboxSectionData>[];
9595

9696
// TODO efficiently include DM conversations that aren't recent enough

0 commit comments

Comments
 (0)