mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
message_feed: Notify users when skipping unsubscribed channels.
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>.
This commit is contained in:
@@ -389,6 +389,10 @@ body.has-overlay-scrollbar {
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
.white-space-nowrap {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
/* Set flex display on login buttons only in the
|
||||
spectator view. We want them to display none
|
||||
otherwise. */
|
||||
|
||||
Reference in New Issue
Block a user