Skip to content

Commit 83a7721

Browse files
committed
message [nfc]: Mention @-mention flags live-updates in a TODO.
Signed-off-by: Zixuan James Li <[email protected]>
1 parent fc3db42 commit 83a7721

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/model/message.dart

+2
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,8 @@ 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
274+
// @-mention flags.
273275
}
274276
}
275277
}

0 commit comments

Comments
 (0)