Files
zulip/static/js
Steve Howell 8fbb55df85 Introduce client_message_id on the server.
We are deprecating local_id/local_message_id on the Python server.
Instead of the server knowing about the client's implementation of
local id, with the message id = 9999.01 scheme, we just send the
server an opaque id to send back to us.

This commit changes the name from local_id -> client_message_id,
but it doesn't change the actual values passed yet.

The goal for client_key in future commits will be to:
    * Have it for all messages, not just locally rendered messages
    * Not have it overlap with server-side message ids.

The history behind local_id having numbers like 9999.01 is that
they are actually interim message ids and the numerical value is
used for rendering the message list when we do client-side rendering.
2017-07-13 23:42:27 -04:00
..
2017-06-30 09:48:04 -04:00
2017-03-19 11:05:44 -07:00
2017-04-21 21:59:22 -07:00
2017-05-09 11:06:10 -07:00
2017-03-19 21:03:45 -07:00
2017-05-16 23:34:45 -07:00
2017-04-25 09:57:32 -07:00
2017-04-06 11:28:36 -07:00
2017-04-06 11:28:36 -07:00
2017-04-25 09:57:32 -07:00
2017-03-22 07:29:42 -07:00
2017-03-19 11:05:45 -07:00
2017-03-18 10:35:52 -07:00
2017-07-04 13:54:33 -07:00
2016-12-07 16:11:52 -08:00