Files
zulip/static/js
Alex Vandiver 95ad507658 js: Ensure that reload.initiate cannot fall through.
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.
2022-07-19 17:29:42 -07:00
..
2022-02-07 18:51:06 -08:00
2021-11-01 11:07:01 -07:00
2022-07-11 11:44:47 -07:00
2021-10-19 16:51:13 -07:00