mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +00:00
Starred messages from muted topics were not shown in the starred messages view. Condition for muting_enabled is modified accordingly such that the starred messages from muted topics is shown in the starred messages narrowed view. Node tests are updated accordingly. Fixes #13548