Files
zulip/static/js
Steve Howell f6c41a54b9 Avoid overwriting message.unread for message edits.
This fixes a bug where this used to happen:

    * Alice has not read a message
    * Bob edits the message
    * Alice immediately reads the message
    * Bob's edit arrives to Alice and sets her
      message status back to unread

Essentially, the root cause of the bug is that we update
message.unread for edits, possibly from stale data, even
though Alice has more current info about reading the message.

This is the final fix to that scenario.  There were some
aggravating factors that widened the race window which were
fixed in earlier commits.

Fixes #6248
2017-12-26 09:01:21 -05:00
..
2017-04-21 21:59:22 -07:00
2017-10-18 21:55:43 -07:00
2017-08-22 09:37:17 -07:00
2017-04-06 11:28:36 -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