mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
* We hide 1:1 PMs from and to muted users throughout the UI, because doing so will not lead to loss of conversational context. The "to" part is also important, because the last few messages sent to a user before muting them would probably be asking them to stop spamming. * After this change, we will need to do filtering for either user or topic muting in pretty much all narrows, so we need to keep the `_all_items` list in MessageListData always up-to-date. * A further commit will relax this and make it possible to view these messages only when in a `pm-with/muted_user` narrow.