mirror of
https://github.com/zulip/zulip.git
synced 2025-10-28 10:33:54 +00:00
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:
@@ -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});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user