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:
Aman Agrawal
2024-03-06 04:24:48 +00:00
committed by Tim Abbott
parent 19af746ce4
commit 233bbbaa5f
5 changed files with 27 additions and 37 deletions

View File

@@ -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!",
};