Skip to content

Commit

Permalink
message [nfc]: Mention that @-mention live-updates have not yet been …
Browse files Browse the repository at this point in the history
…handled.

Signed-off-by: Zixuan James Li <[email protected]>
  • Loading branch information
PIG208 authored and gnprice committed Aug 21, 2024
1 parent fc3db42 commit a2dc3ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/model/message.dart
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,8 @@ class MessageStoreImpl with MessageStore {
if (anyMessageFound) {
for (final view in _messageListViews) {
view.notifyListenersIfAnyMessagePresent(event.messages);
// TODO(#818): Support MentionsNarrow live-updates when handling
// @-mention flags.
}
}
}
Expand Down

0 comments on commit a2dc3ef

Please sign in to comment.