reload: Save narrow when event queues expire.

Along with the issues with our reload data passing system that are
fixed in the next commit, this is responsible for #3411.
This commit is contained in:
Tim Abbott
2017-03-22 22:27:29 -07:00
parent ee4b948873
commit 64acf84ab1

View File

@@ -478,7 +478,7 @@ function get_events(options) {
page_params.event_queue_expired = true;
reload.initiate({immediate: true,
save_pointer: false,
save_narrow: false,
save_narrow: true,
save_compose: true});
}