mirror of https://github.com/zulip/zulip.git
082a2f9c2e
Due to type confusion, we were silently failing to delete local_id values for messages that were being acked by the server. This used to work when we kept values in our old Dict data structure, since client_message.id and message.local_id are really the same value, just the former is a float and the latter's a string, and Dict never cared. We can avoid all this confusion, though, by just consistently using `local_id`, which I extract to a local var. |
||
---|---|---|
.. | ||
assets | ||
audio | ||
generated | ||
html | ||
images | ||
js | ||
shared | ||
styles | ||
templates | ||
third | ||
.eslintrc.json | ||
.gitignore | ||
favicon.ico |