mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
urls: Remove legacy URL for left_side_userlist and move over to REST PATCH endpoint
This commit is contained in:
@@ -408,7 +408,7 @@ function _setup_page() {
|
||||
}
|
||||
|
||||
channel.patch({
|
||||
url: '/json/left_side_userlist',
|
||||
url: '/json/settings/display',
|
||||
data: data,
|
||||
success: function () {
|
||||
ui.report_success(i18n.t("User list will appear on the __side__ hand side! You will need to reload the window for your changes to take effect.", context),
|
||||
|
||||
Reference in New Issue
Block a user