mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
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:
committed by
Tim Abbott
parent
56d85fb833
commit
8fc3715ea8
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user