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 c6c2f33 commit 43a75f2Copy full SHA for 43a75f2
lib/widgets/inbox.dart
@@ -90,7 +90,7 @@ class _InboxPageState extends State<InboxPage> with PerAccountStoreAwareStateMix
90
final store = PerAccountStoreWidget.of(context);
91
final subscriptions = store.subscriptions;
92
93
- // TODO(perf) make an incrementally-updated view-model for InboxPage
+ // TODO(#1065) make an incrementally-updated view-model for InboxPage
94
final sections = <_InboxSectionData>[];
95
96
// TODO efficiently include DM conversations that aren't recent enough
0 commit comments