Skip to content

Commit 4f5269d

Browse files
committed
unread [nfc]: Update TODO comments on moved messages, pointing to #901
1 parent cfce389 commit 4f5269d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/model/unreads.dart

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ import 'channel.dart';
3030
/// https://chat.zulip.org/#narrow/stream/412-api-documentation/topic/unreads.3A.20messages.20from.20muted.20users.3F/near/1660912
3131
/// For that reason, consumers of this model may wish to filter out messages in
3232
/// unsubscribed streams and messages sent by muted users.
33-
// TODO handle moved messages
3433
// TODO When [oldUnreadsMissing], if you load a message list with very old unreads,
3534
// sync to those unreads, because the user has shown an interest in them.
3635
// TODO When loading a message list with stream messages, check all the stream
@@ -276,8 +275,7 @@ class Unreads extends ChangeNotifier {
276275
madeAnyUpdate |= mentions.add(messageId);
277276
}
278277

279-
// (Moved messages will be handled here;
280-
// the TODO for that is just above the class declaration.)
278+
// TODO(#901) handle moved messages
281279

282280
if (madeAnyUpdate) {
283281
notifyListeners();

0 commit comments

Comments
 (0)