mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 00:18:12 +00:00
Move unread-related functions from zulip.js to unread.js.
(imported from commit efc0dd84c2cd30b0203b906af6991475d8a63985)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user