settings: Remove language_list_dbl_col from page_params.

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.
This commit is contained in:
Gaurav Pandey
2021-06-16 02:07:07 +05:30
committed by Tim Abbott
parent 56d85fb833
commit 8fc3715ea8
8 changed files with 151 additions and 53 deletions

View File

@@ -106,7 +106,6 @@ class HomeTest(ZulipTestCase):
"is_spectator",
"jitsi_server_url",
"language_list",
"language_list_dbl_col",
"last_event_id",
"left_side_userlist",
"login_page",