mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
time_reset returned from api_calls_left() was a timestamp, but mistakenly treated as delta seconds. We change the return value of api_calls_left() to be delta seconds, to be consistent with the return value of rate_limit().