mirror of https://github.com/zulip/zulip.git
ff54d52589
This code adds 'read' to message.flags and sets message.unread to false. It's not clear that the boolean message.unread is used in any meaningful way, but we set it to false to avoid confusion. The bankruptcy code was not doing this before. Another quirk that existed before was that you could get two 'read' flags in a message when you declared bankruptcy. It's also plausible that this could happen if you marked a message as read via two different ways. It probably did not cause user-facing bugs, but it would be confusing for troubleshooting. Fixes #5032. |
||
---|---|---|
.. | ||
casper_lib | ||
casper_tests | ||
node_tests | ||
zjsunit | ||
.eslintrc.json | ||
run-casper |