Files
zulip/static/js
Steve Howell 184f51ee0c message view: Remove id_of_last_message_sent_by_us.
We were computing id_of_last_message_sent_by_us
for a valid reason before
fa44d2ea69
was committed in December 2017 to remove the
autoscroll_forever setting.

Since then the only thing that the
conditional for `id_of_last_message_sent_by_us`
short-circuits is a buggy computation of
`id_of_last_message_sent_by_us` itself.

Removing this dead code obviously makes the code
more clear, plus it does save some needless and
possibly bug-prone computation.

In particular, I am trying to lock down `rows.id` to
be more strict about receiving bogus elements, and
removing this code will help with that.
2020-02-24 12:19:10 -08:00
..
2020-02-15 12:20:20 -08:00
2020-02-24 11:59:05 -08:00
2019-12-30 09:50:22 -08:00
2020-02-04 12:22:03 -08:00
2020-02-15 12:20:20 -08:00
2020-02-18 16:04:04 -08:00
2019-10-25 13:51:21 -07:00
2020-02-15 12:20:20 -08:00
2020-02-04 12:22:03 -08:00
2020-02-15 12:20:20 -08:00
2020-02-04 12:22:03 -08:00
2019-10-25 13:51:21 -07:00
2020-02-15 12:20:20 -08:00
2020-02-15 12:20:20 -08:00
2020-02-15 12:20:20 -08:00
2020-02-15 12:20:20 -08:00
2020-02-10 15:57:20 -08:00
2020-02-21 12:06:31 -08:00
2020-02-15 12:20:20 -08:00
2019-10-25 13:51:21 -07:00
2020-02-05 13:04:16 -08:00