mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 15:33:30 +00:00
A `reload.initiate({immediate: true, ...})` *should* not return, as it
should trigger a `window.location.reload` and stop execution.
In the event that it continues execution and returns (for instance,
due to being in the background and reloads being suppressed for
power-saving -- see #6821), there is no need to fall through and
potentially schedule a 90-second-later retry.
11 KiB
11 KiB