mirror of https://github.com/zulip/zulip.git
8fbb55df85
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. |
||
---|---|---|
.. | ||
fixtures | ||
lib | ||
management | ||
migrations | ||
outgoing_webhooks | ||
templatetags | ||
tests | ||
tornado | ||
views | ||
webhooks | ||
worker | ||
__init__.py | ||
apps.py | ||
context_processors.py | ||
decorator.py | ||
exceptions.py | ||
filters.py | ||
forms.py | ||
logging_handlers.py | ||
middleware.py | ||
models.py | ||
signals.py | ||
static_header.txt | ||
storage.py |