mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
Commit bca41fd29f (#23028) introduced
this for reload.is_stale_refresh_token, which had always returned true
because it was operating on the raw JSON string rather than the parsed
data.
Signed-off-by: Anders Kaseorg <anders@zulip.com>