File tree 1 file changed +1
-3
lines changed 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ import 'channel.dart';
30
30
/// https://chat.zulip.org/#narrow/stream/412-api-documentation/topic/unreads.3A.20messages.20from.20muted.20users.3F/near/1660912
31
31
/// For that reason, consumers of this model may wish to filter out messages in
32
32
/// unsubscribed streams and messages sent by muted users.
33
- // TODO handle moved messages
34
33
// TODO When [oldUnreadsMissing], if you load a message list with very old unreads,
35
34
// sync to those unreads, because the user has shown an interest in them.
36
35
// TODO When loading a message list with stream messages, check all the stream
@@ -276,8 +275,7 @@ class Unreads extends ChangeNotifier {
276
275
madeAnyUpdate | = mentions.add (messageId);
277
276
}
278
277
279
- // (Moved messages will be handled here;
280
- // the TODO for that is just above the class declaration.)
278
+ // TODO(#901) handle moved messages
281
279
282
280
if (madeAnyUpdate) {
283
281
notifyListeners ();
You can’t perform that action at this time.
0 commit comments