Show unread counts for the home view in the left sidebar.

(imported from commit e56da93c45dff30ae150b0da676bab2278d25718)
This commit is contained in:
Tim Abbott 2013-05-13 11:43:29 -04:00
parent 14feac48e7
commit f87e62a8f3

View File

@ -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) {