From f87e62a8f37349537e9b0d3efb6e045ec0caa062 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Mon, 13 May 2013 11:43:29 -0400 Subject: [PATCH] Show unread counts for the home view in the left sidebar. (imported from commit e56da93c45dff30ae150b0da676bab2278d25718) --- zephyr/static/js/zephyr.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zephyr/static/js/zephyr.js b/zephyr/static/js/zephyr.js index 32c7ba04aa..cd67ece7db 100644 --- a/zephyr/static/js/zephyr.js +++ b/zephyr/static/js/zephyr.js @@ -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) {