Move unread-related functions from zulip.js to unread.js.

(imported from commit efc0dd84c2cd30b0203b906af6991475d8a63985)
This commit is contained in:
Tim Abbott
2014-01-31 11:44:21 -05:00
parent c8d57fcafb
commit 004fd0eab8
10 changed files with 133 additions and 132 deletions

View File

@@ -423,7 +423,7 @@ $(function () {
stream_li.addClass('active-filter');
}
rebuild_recent_subjects(op_stream[0], subject);
process_visible_unread_messages();
unread.process_visible();
}
var op_pm = event.filter.operands('pm-with');
if (op_pm.length === 1) {