mirror of
https://github.com/zulip/zulip.git
synced 2025-11-21 15:09:34 +00:00
The language_list_dbl_col parameter in the page_params is used by only the web client frontend. The value is calculated in the backend and then passed as a page_param which is unnecessary considering that the whole process is beneficial for the front_end only. Hence move the entire calculation code to the frontend. Fixes part of #18673.
46 KiB
46 KiB