Skip to content

Commit a7f7fff

Browse files
committed
unreads: Be more precise in dartdoc's description of information gaps
Unlike for [mentions], we don't currently suspect that [streams] or [dms] will be missing information on messages' read state except for the reason explained at [oldUnreadsMissing].
1 parent f7bd297 commit a7f7fff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/model/unreads.dart

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ import 'narrow.dart';
2222
/// or unknown to the component. In all components,
2323
/// a message's status will be unknown if, at /register time,
2424
/// it was very old by the server's reckoning. See [oldUnreadsMissing].
25-
/// It may also be unknown for other reasons that differ by component; see each.
25+
/// In [mentions], there's another more complex reason
26+
/// the state might be unknown; see there.
2627
///
2728
/// Messages in unsubscribed streams, and messages sent by muted users,
2829
/// are generally deemed read by the server and shouldn't be expected to appear.

0 commit comments

Comments
 (0)