zulip-flutter icon indicating copy to clipboard operation
zulip-flutter copied to clipboard

Messages can show up in feed when moved to muted narrow

Open PIG208 opened this issue 7 months ago • 0 comments

This applies to message moves that happen internally within a narrow. For example:

  • In CombinedFeedNarrow, when a message (currently visible) is moved into a muted channel or muted topic;
  • In ChannelNarrow, when a message (currently visible) is moved into a muted topic.

The user facing effect is that such a message will remain visible after the move, when it is not supposed to be visible in the narrow:

Image

… until the next re-fetch from scratch.

A closely related issue, but for handling muting/unmuting channels:

  • #1255

PIG208 avatar Apr 22 '25 18:04 PIG208