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 231d6ed commit 354ba85Copy full SHA for 354ba85
lib/model/typing_status.dart
@@ -26,7 +26,7 @@ class TypingStatus extends ChangeNotifier {
26
_timerMapsByNarrow[narrow]?.keys ?? [];
27
28
// Using SendableNarrow as the key covers the narrows
29
- // where typing notifications are supported (topics and DMs).
+ // where typing notices are supported (topics and DMs).
30
final Map<SendableNarrow, Map<int, Timer>> _timerMapsByNarrow = {};
31
32
@override
0 commit comments