mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +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;
|
page_params.event_queue_expired = true;
|
||||||
reload.initiate({immediate: true,
|
reload.initiate({immediate: true,
|
||||||
save_pointer: false,
|
save_pointer: false,
|
||||||
save_narrow: false,
|
save_narrow: true,
|
||||||
save_compose: true});
|
save_compose: true});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user