zulip/static
Tim Abbott 911cf46c72 unread: Fix mark all as read when oldest unread message is muted.
As detailed in the comment, the new "mark all as read" bankrupcty code
path would fail to mark as read muted stream messages that are older
than the oldest unread non-muted message.

This was because of the semantics of the `first_unread` anchor value
being actually "fire unmuted unread".

We can just change this to "oldest", because we're already using an
`is:unread` for the narrow query; doing so likely is a small
optimization, since we save the query to compute the first unread.
2022-11-17 10:26:57 -08:00
..
assets assets: Remove license for previously deleted emoji images. 2022-06-10 12:27:48 -07:00
audio/notification_sounds audio: Remove the copy of zulip.ogg outside notification_sounds. 2022-06-10 12:27:48 -07:00
generated
html templates: Add HTML title element to templates that extend base/portico. 2022-09-19 20:17:17 -07:00
images circleci: Rewrite integration to support the new webhook format. 2022-11-15 10:45:05 -08:00
js unread: Fix mark all as read when oldest unread message is muted. 2022-11-17 10:26:57 -08:00
shared shared: Bump version to 0.0.16 2022-11-02 13:59:05 -07:00
styles unread_ops: Let server do the mark as unread for us. 2022-11-17 00:46:26 -08:00
templates recent: Remove participant avatars from PM rows. 2022-11-17 09:37:46 -08:00
third typeahead: Patch third/typeahead.js for IME event handling. 2022-11-15 17:41:15 -08:00
.gitignore docs: Add missing space in “time zone”. 2022-02-24 14:05:12 -08:00