Skip to content

Commit 897caf9

Browse files
committed
message [nfc]: Mention @-mentioned live-updates has not yet been handled.
Signed-off-by: Zixuan James Li <[email protected]>
1 parent 11439ff commit 897caf9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/model/message.dart

+1
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ class MessageStoreImpl with MessageStore {
270270
if (anyMessageFound) {
271271
for (final view in _messageListViews) {
272272
view.notifyListenersIfAnyMessagePresent(event.messages);
273+
// TODO(#818): Support MentionsNarrow live-updates when handling @-mentioned flags.
273274
}
274275
}
275276
}

0 commit comments

Comments
 (0)