Files
zulip/static/js
Steve Howell a1b221730b refactor: Add unread.get_unread_message{_ids}().
This adds two similar functions to simplify
our batch processing of unread messages.

    unread.get_unread_messages
    unread.get_unread_message_ids

They are used to simplify two functions that loop
over messages.  Before this change, the functions
would short circuit the loop to ignore messages
that were already read; now they just use the
helpers before the loop.
2017-12-26 09:01:21 -05:00
..
2017-11-09 16:26:38 +01:00
2017-10-18 21:55:43 -07:00
2017-08-22 09:37:17 -07:00
2017-11-09 16:26:38 +01:00
2017-08-14 13:03:57 -07:00
2017-07-04 13:54:33 -07:00