mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
reload: Remove redundant parameter.
`save_narrow` is always true right now and it makes sense to always save the current narrow when reloading the app.
This commit is contained in:
@@ -175,7 +175,6 @@ export function dispatch_normal_event(event) {
|
||||
case "web_reload_client": {
|
||||
const reload_options = {
|
||||
save_pointer: true,
|
||||
save_narrow: true,
|
||||
save_compose: true,
|
||||
message_html: "The application has been updated; reloading!",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user