mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
Show unread counts for the home view in the left sidebar.
(imported from commit e56da93c45dff30ae150b0da676bab2278d25718)
This commit is contained in:
parent
14feac48e7
commit
f87e62a8f3
@ -309,7 +309,7 @@ function update_unread_counts() {
|
||||
});
|
||||
stream_list.set_count("global", "private-message", pm_count);
|
||||
home_unread_messages += pm_count;
|
||||
|
||||
stream_list.set_count("global", "home", home_unread_messages);
|
||||
}
|
||||
|
||||
function mark_all_as_read(cont) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user