zulip/static
Steve Howell 082a2f9c2e local echo: Avoid waiting_for_ack leak.
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.
2020-04-09 16:11:57 -07:00
..
assets styles: Finish removing manual antialiasing configuration. 2019-08-30 14:51:52 -07:00
audio
generated
html 5xx.html: Build with webpack. 2019-10-28 15:53:15 -07:00
images webhook/semaphore: Use Semaphore 2.0 logo for the integration. 2020-04-09 12:41:40 -07:00
js local echo: Avoid waiting_for_ack leak. 2020-04-09 16:11:57 -07:00
shared typeahead: Convert to ES6 module. 2020-02-19 14:36:42 -08:00
styles markdown: Allow setting a default language for code blocks. 2020-04-09 16:02:02 -07:00
templates settings: Add option to disable video call in org settings. 2020-04-09 16:03:30 -07:00
third text: Fix some typos (most of them found and fixed by codespell). 2020-03-27 17:25:56 -07:00
.eslintrc.json lint: Delegate console.log check to ESLint. 2020-02-07 14:09:47 -08:00
.gitignore team: Generate team page data using cron job. 2020-04-08 12:52:31 -07:00
favicon.ico