mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
Zulip has an invariant that all unread messages must be in channels the user is subscribed to. Therefore, in this commit, we add a feedback widget to notify users when a channel to which they are not subscribed is skipped while marking messages as unread in an interleaved view. Fixes #23470. Co-authored-by: Hemant Umre <hemantumre12@gmail.com>.
5 lines
201 B
Handlebars
5 lines
201 B
Handlebars
{{#tr}}
|
|
Because you are not subscribed to <z-streams></z-streams>, messages in this channel were not marked as unread.
|
|
{{#*inline "z-streams"}}<strong>{{{streams}}}</strong>{{/inline}}
|
|
{{/tr}}
|