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.
const
1 parent 9815022 commit eebd1edCopy full SHA for eebd1ed
lib/model/typing_status.dart
@@ -22,7 +22,7 @@ class TypingStatus extends PerAccountStoreBase with ChangeNotifier {
22
Iterable<SendableNarrow> get debugActiveNarrows => _timerMapsByNarrow.keys;
23
24
Iterable<int> typistIdsInNarrow(SendableNarrow narrow) =>
25
- _timerMapsByNarrow[narrow]?.keys ?? [];
+ _timerMapsByNarrow[narrow]?.keys ?? const [];
26
27
// Using SendableNarrow as the key covers the narrows
28
// where typing notices are supported (topics and DMs).
0 commit comments