mirror of https://github.com/zulip/zulip.git
16c9d63056
The previous code for ensuring the sort order of emoji choices was correct relied on an OrderedDict structure, which isn't guaranteed to be preserved when passed to the frontend via JSON (in fact, it isn't, since we converted the way page_params is passed to use sort_keys=True). Switch it to a list of dictionaries to correct this. Fixes #13220. |
||
---|---|---|
.. | ||
assets | ||
audio | ||
generated | ||
html | ||
images | ||
js | ||
styles | ||
templates | ||
third | ||
.gitignore | ||
favicon.ico |