mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 03:11:54 +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.
6.3 KiB
6.3 KiB