Skip to content

Commit 354ba85

Browse files
committed
typing [nfc]: Use "notice" instead of "notification"
to avoid confusion with notifications for mobile apps. Signed-off-by: Zixuan James Li <[email protected]>
1 parent 231d6ed commit 354ba85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/model/typing_status.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class TypingStatus extends ChangeNotifier {
2626
_timerMapsByNarrow[narrow]?.keys ?? [];
2727

2828
// Using SendableNarrow as the key covers the narrows
29-
// where typing notifications are supported (topics and DMs).
29+
// where typing notices are supported (topics and DMs).
3030
final Map<SendableNarrow, Map<int, Timer>> _timerMapsByNarrow = {};
3131

3232
@override

0 commit comments

Comments
 (0)